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.29 by pajs, Sun Mar 28 18:04:14 2004 UTC vs.
Revision 1.30 by pajs, Sun Mar 28 18:07:30 2004 UTC

# Line 135 | Line 135 | typedef struct{
135          time_t systime;
136   }page_stat_t;
137  
138 + typedef enum{
139 +        RUNNING,
140 +        SLEEPING,
141 +        STOPPED,
142 +        ZOMBIE
143 + }process_status;
144 +
145   typedef struct{
146          char *process_name;
147          char *proctitle;
# Line 153 | Line 160 | typedef struct{
160          time_t time_spent;
161          double cpu_percent;
162          int nice;
163 <        int state;
163 >        process_status state;
164   }proc_state_t;
165  
166   int get_proc_snapshot(proc_state_t **proc_state);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines