From dc262f4df67e3241d3af67e28fc45936af5a7025 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 29 Mar 2010 18:36:11 +0000 Subject: STARTTIME column --- Process.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Process.h') 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 #include #include +#include #ifdef HAVE_PLPA #include @@ -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; -- cgit v1.2.3