mirror of
https://github.com/xzeldon/htop.git
synced 2025-04-16 15:05:44 +03:00
Process: Put the time field more to the end
This commit is contained in:
parent
02431c43e1
commit
10790f0a54
@ -63,9 +63,6 @@ typedef struct Process_ {
|
|||||||
const struct ProcessList_* processList;
|
const struct ProcessList_* processList;
|
||||||
const struct Settings_* settings;
|
const struct Settings_* settings;
|
||||||
|
|
||||||
/* Process runtime (in hundredth of a second) */
|
|
||||||
unsigned long long int time;
|
|
||||||
|
|
||||||
/* Process identifier */
|
/* Process identifier */
|
||||||
pid_t pid;
|
pid_t pid;
|
||||||
|
|
||||||
@ -96,6 +93,9 @@ typedef struct Process_ {
|
|||||||
/* User name */
|
/* User name */
|
||||||
const char* user;
|
const char* user;
|
||||||
|
|
||||||
|
/* Process runtime (in hundredth of a second) */
|
||||||
|
unsigned long long int time;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Process name including arguments.
|
* Process name including arguments.
|
||||||
* Use Process_getCommand() for Command actually displayed.
|
* Use Process_getCommand() for Command actually displayed.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user