summaryrefslogtreecommitdiff
path: root/libps/ps.h
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-06-03 20:35:19 +0000
committerMiles Bader <miles@gnu.org>1996-06-03 20:35:19 +0000
commitff7fd7a08fda2a96907a3b433a0246559363b357 (patch)
tree72a9b938a4daca4ed02fff479bdc4e63eeb5188f /libps/ps.h
parenta8693de1ea340eb4cb2b63b6484b95517d688bf4 (diff)
(struct proc_stat): Add PROC_INFO_VM_ALLOCED, THREAD_WAITS_VM_ALLOCED, and
ARGS_VM_ALLOCED fields.
Diffstat (limited to 'libps/ps.h')
-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