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.17 by tdb, Tue Nov 11 10:27:04 2003 UTC vs.
Revision 1.19 by pajs, Tue Jan 6 22:28:41 2004 UTC

# Line 60 | Line 60 | typedef struct{
60          double min15;
61   }load_stat_t;
62  
63 #ifdef SOLARIS
64 #define MAX_LOGIN_NAME_SIZE 8
65 #endif
66 #if defined(LINUX) || defined(FREEBSD)
67 #define MAX_LOGIN_NAME_SIZE UT_NAMESIZE
68 #endif
69 #ifdef NETBSD
70 #define MAX_LOGIN_NAME_SIZE _POSIX_LOGIN_NAME_MAX
71 #endif
72 #if defined(CYGWIN)
73 #define MAX_LOGIN_NAME_SIZE _SC_LOGIN_NAME_MAX
74 #endif
75
63   typedef struct{
64          char *name_list;
65          int num_entries;
# Line 160 | Line 147 | page_stat_t *get_page_stats();
147   page_stat_t *get_page_stats_diff();
148  
149   int statgrab_init(void);
150 + int statgrab_drop_privileges(void);
151 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines