minor tweak

This commit is contained in:
Hisham Muhammad
2010-02-22 20:57:25 +00:00
parent c9e59b4a33
commit ef31893067
3 changed files with 13 additions and 1 deletions

View File

@ -45,6 +45,10 @@ in the source distribution for its full text.
#define PROCESS_COMM_LEN 300
#ifndef Process_isThread
#define Process_isThread(process) (process->pid != process->tgid || process->m_size == 0)
#endif
typedef enum ProcessField_ {
PID = 1, COMM, STATE, PPID, PGRP, SESSION, TTY_NR, TPGID, FLAGS, MINFLT, CMINFLT, MAJFLT, CMAJFLT, UTIME,
STIME, CUTIME, CSTIME, PRIORITY, NICE, ITREALVALUE, STARTTIME, VSIZE, RSS, RLIM, STARTCODE, ENDCODE,