summaryrefslogtreecommitdiff
path: root/libps
diff options
context:
space:
mode:
Diffstat (limited to 'libps')
-rw-r--r--libps/procstat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libps/procstat.c b/libps/procstat.c
index 5cf5b129..7584c047 100644
--- a/libps/procstat.c
+++ b/libps/procstat.c
@@ -115,6 +115,7 @@ fetch_procinfo (process_t server, pid_t pid,
if (! err)
/* Update *HAVE to reflect what we've successfully fetched. */
{
+ *have |= PSTAT_PROC_INFO;
if (pi_flags & PI_FETCH_TASKINFO)
*have |= PSTAT_TASK_BASIC;
if (pi_flags & PI_FETCH_THREADS)