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.1 by pajs, Tue Feb 18 19:28:30 2003 UTC vs.
Revision 1.2 by pajs, Tue Feb 18 23:12:08 2003 UTC

# Line 108 | Line 108 | typedef struct{
108   }network_stat_t;
109  
110   typedef struct{
111 <        long pgin;
112 <        long pgout;
111 >        long long num_pagein;
112 >        long long num_pageout;
113 >        long long pages_pagein;
114 >        long long pages_pageout;
115          time_t systime;
116   }page_stat_t;
117  
# Line 132 | Line 134 | disk_stat_t *get_disk_stats(int *entries);
134   process_stat_t *get_process_stats();
135  
136   network_stat_t *get_network_stats(int *entries);
137 +
138 + page_stat_t *get_page_stats();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines