summaryrefslogtreecommitdiffstats
path: root/Process.h
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2021-01-30 13:39:19 +0100
committerBenBE <BenBE@geshi.org>2021-05-23 09:22:21 +0200
commit10790f0a54f6bb21ca8387a8a13ffe22036fb490 (patch)
treee2eddff382019e1526877d2e450832b8a32a3a5c /Process.h
parent02431c43e1db2ab18769dc1f0bcfa52e8219f81a (diff)
Process: Put the time field more to the end
Diffstat (limited to 'Process.h')
-rw-r--r--Process.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Process.h b/Process.h
index 47096853..7b23cb78 100644
--- a/Process.h
+++ b/Process.h
@@ -63,9 +63,6 @@ typedef struct Process_ {
const struct ProcessList_* processList;
const struct Settings_* settings;
- /* Process runtime (in hundredth of a second) */
- unsigned long long int time;
-
/* Process identifier */
pid_t pid;
@@ -96,6 +93,9 @@ typedef struct Process_ {
/* User name */
const char* user;
+ /* Process runtime (in hundredth of a second) */
+ unsigned long long int time;
+
/*
* Process name including arguments.
* Use Process_getCommand() for Command actually displayed.

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