diff options
Diffstat (limited to 'libps/ps.h')
-rw-r--r-- | libps/ps.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -343,6 +343,7 @@ struct proc_stat #define PSTAT_UMASK 0x400000 /* The proc's current umask */ #define PSTAT_HOOK 0x800000 /* Has a non-zero hook */ #define PSTAT_NUM_PORTS 0x4000000 /* Number of Mach ports in the task */ +#define PSTAT_TIMES 0x8000000 /* Task/thread user and system times */ /* Flag bits that don't correspond precisely to any field. */ #define PSTAT_NO_MSGPORT 0x1000000 /* Don't use the msgport at all */ |