1 |
|
/* |
2 |
|
* i-scream central monitoring system |
3 |
< |
* http://www.i-scream.org.uk |
4 |
< |
* Copyright (C) 2000-2002 i-scream |
3 |
> |
* http://www.i-scream.org |
4 |
> |
* Copyright (C) 2000-2003 i-scream |
5 |
|
* |
6 |
|
* This program is free software; you can redistribute it and/or |
7 |
|
* modify it under the terms of the GNU General Public License |
57 |
|
#ifdef SOLARIS |
58 |
|
#define MAX_LOGIN_NAME_SIZE 8 |
59 |
|
#endif |
60 |
< |
#ifdef LINUX |
60 |
> |
#if defined(LINUX) || defined(FREEBSD) |
61 |
|
#define MAX_LOGIN_NAME_SIZE UT_NAMESIZE |
62 |
|
#endif |
63 |
|
|
116 |
|
}network_stat_t; |
117 |
|
|
118 |
|
typedef struct{ |
119 |
– |
long long num_pagein; |
120 |
– |
long long num_pageout; |
119 |
|
long long pages_pagein; |
120 |
|
long long pages_pageout; |
121 |
|
time_t systime; |