summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libps/ps.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libps/ps.h b/libps/ps.h
index 200d60c1..1c475e07 100644
--- a/libps/ps.h
+++ b/libps/ps.h
@@ -263,6 +263,11 @@ struct proc_stat
task_events_info_data_t task_events_info_buf;
unsigned task_events_info_size;
+ /* Flags showing whether a field is vm_alloced or malloced. */
+ unsigned proc_info_vm_alloced : 1;
+ unsigned thread_waits_vm_alloced : 1;
+ unsigned args_vm_alloced : 1;
+
/* Various libc ports: */
/* The process's ctty id port, or MACH_PORT_NULL if the process has no