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.21 by pajs, Fri Jan 9 22:06:47 2004 UTC

# Line 1 | Line 1
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
# Line 54 | Line 54 | typedef struct{
54          double min15;
55   }load_stat_t;
56  
57 #ifdef SOLARIS
58 #define MAX_LOGIN_NAME_SIZE 8
59 #endif
60
57   typedef struct{
58          char *name_list;
59          int num_entries;
# Line 113 | Line 109 | typedef struct{
109   }network_stat_t;
110  
111   typedef struct{
116        long long num_pagein;
117        long long num_pageout;
112          long long pages_pagein;
113          long long pages_pageout;
114          time_t systime;
# Line 145 | Line 139 | network_stat_t *get_network_stats_diff(int *entries);
139  
140   page_stat_t *get_page_stats();
141   page_stat_t *get_page_stats_diff();
142 +
143 + int statgrab_init(void);
144 + int statgrab_drop_privileges(void);
145 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines