summaryrefslogtreecommitdiffstats
path: root/Process.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2010-03-29 18:36:11 +0000
committerHisham Muhammad <hisham@gobolinux.org>2010-03-29 18:36:11 +0000
commitdc262f4df67e3241d3af67e28fc45936af5a7025 (patch)
tree01f0eeb7e7c7c974f0c457de143bbb0f916f540c /Process.h
parent22b0d7df64cdfae8bab6ba8df07a16afd5dbed75 (diff)
STARTTIME column
Diffstat (limited to 'Process.h')
-rw-r--r--Process.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Process.h b/Process.h
index 6114f9c3..55359af3 100644
--- a/Process.h
+++ b/Process.h
@@ -30,6 +30,7 @@ in the source distribution for its full text.
#include <stdbool.h>
#include <pwd.h>
#include <sched.h>
+#include <time.h>
#ifdef HAVE_PLPA
#include <plpa.h>
@@ -100,9 +101,10 @@ typedef struct Process_ {
long int priority;
long int nice;
long int nlwp;
+ char starttime_show[8];
+ time_t starttime_ctime;
#ifdef DEBUG
long int itrealvalue;
- unsigned long int starttime;
unsigned long int vsize;
long int rss;
unsigned long int rlim;

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