ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/src/libstatgrab/statgrab.h
(Generate patch)

Comparing projects/libstatgrab/src/libstatgrab/statgrab.h (file contents):
Revision 1.9 by pajs, Mon Mar 3 13:14:25 2003 UTC vs.
Revision 1.11 by pajs, Fri Mar 7 14:44:38 2003 UTC

# Line 57 | Line 57 | typedef struct{
57   #ifdef SOLARIS
58   #define MAX_LOGIN_NAME_SIZE 8
59   #endif
60 + #ifdef LINUX
61 + #define MAX_LOGIN_NAME_SIZE UT_NAMESIZE
62 + #endif
63  
64   typedef struct{
65          char *name_list;
# Line 113 | Line 116 | typedef struct{
116   }network_stat_t;
117  
118   typedef struct{
116        long long num_pagein;
117        long long num_pageout;
119          long long pages_pagein;
120          long long pages_pageout;
121          time_t systime;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines