From 2de160b60e65efe83dba097574abd5454cb870a9 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 31 Aug 2010 01:39:27 +0200 Subject: Document incoherency for storage of task_events_info It doesn't produce any bug ATM just because GNU Mach does not support it. * libps/ps.h (struct proc_stat): Document that task_events_info is currently actually fetched into proc_info. --- libps/ps.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libps/ps.h') diff --git a/libps/ps.h b/libps/ps.h index 23e2cc3e..a013c44e 100644 --- a/libps/ps.h +++ b/libps/ps.h @@ -261,6 +261,8 @@ struct proc_stat /* Virtual memory statistics for the process, as returned by task_info; see for a description of task_events_info_t. */ + /* FIXME: we are actually currently storing it into proc_info, see + fetch_procinfo. */ task_events_info_t task_events_info; task_events_info_data_t task_events_info_buf; size_t task_events_info_size; -- cgit v1.2.3