Merge branch 'swiggett/procps-patch-1'
References: procps-ng/procps!34 Signed-off-by: Craig Small <csmall@dropbear.xyz>
This commit is contained in:
commit
2aaa16a727
@ -74,7 +74,7 @@ typedef struct proc_t {
|
|||||||
// and so on...
|
// and so on...
|
||||||
cutime, // stat cumulative utime of process and reaped children
|
cutime, // stat cumulative utime of process and reaped children
|
||||||
cstime, // stat cumulative stime of process and reaped children
|
cstime, // stat cumulative stime of process and reaped children
|
||||||
start_time; // stat start time of process -- seconds since 1-1-70
|
start_time; // stat start time of process -- seconds since system boot
|
||||||
#ifdef SIGNAL_STRING
|
#ifdef SIGNAL_STRING
|
||||||
char
|
char
|
||||||
// Linux 2.1.7x and up have 64 signals. Allow 64, plus '\0' and padding.
|
// Linux 2.1.7x and up have 64 signals. Allow 64, plus '\0' and padding.
|
||||||
|
Loading…
Reference in New Issue
Block a user