mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-15 21:44:36 +03:00
handle large values for process time
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user