summaryrefslogtreecommitdiffstats
path: root/Process.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2011-03-28 19:06:06 +0000
committerHisham Muhammad <hisham@gobolinux.org>2011-03-28 19:06:06 +0000
commit219bb9ccff0881a2972c38f012a306c60fcb2123 (patch)
tree87115608c5ef70a1733f49660d2b15bcd6f5b297 /Process.h
parent391eab2866ed739c7011cd4d29c53c0ebd10f7ae (diff)
handle large values for process time
Diffstat (limited to 'Process.h')
-rw-r--r--Process.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Process.h b/Process.h
index 88e825e9..249c90fb 100644
--- a/Process.h
+++ b/Process.h
@@ -105,10 +105,10 @@ typedef struct Process_ {
unsigned long int majflt;
unsigned long int cmajflt;
#endif
- unsigned long int utime;
- unsigned long int stime;
- long int cutime;
- long int cstime;
+ unsigned long long int utime;
+ unsigned long long int stime;
+ unsigned long long int cutime;
+ unsigned long long int cstime;
long int priority;
long int nice;
long int nlwp;

© 2014-2024 Faster IT GmbH | imprint | privacy policy