From ff7fd7a08fda2a96907a3b433a0246559363b357 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Mon, 3 Jun 1996 20:35:19 +0000 Subject: (struct proc_stat): Add PROC_INFO_VM_ALLOCED, THREAD_WAITS_VM_ALLOCED, and ARGS_VM_ALLOCED fields. --- libps/ps.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libps') 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 -- cgit v1.2.3