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.30 by pajs, Sun Mar 28 18:07:30 2004 UTC vs.
Revision 1.31 by tdb, Tue Mar 30 22:10:04 2004 UTC

# Line 157 | Line 157 | typedef struct{
157  
158          unsigned long long proc_size; /* in bytes */
159          unsigned long long proc_resident; /* in bytes */
160 <        time_t time_spent;
160 >        time_t time_spent; /* time running in seconds */
161          double cpu_percent;
162          int nice;
163          process_status state;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines