summaryrefslogtreecommitdiffstats
path: root/Process.h
diff options
context:
space:
mode:
authorAdam Saponara <as@php.net>2020-10-31 20:36:53 -0400
committerAdam Saponara <as@php.net>2020-10-31 20:36:53 -0400
commita83f515f0fb75a079601be0d2e0e24b9402c9e15 (patch)
tree6985bc794500e9c0bd3351df4b6b530550f935e6 /Process.h
parentdde71c6637905e1707bd1020c93e930f4b0a480b (diff)
Address items from review
Diffstat (limited to 'Process.h')
-rw-r--r--Process.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Process.h b/Process.h
index e3ff333f..c75ee501 100644
--- a/Process.h
+++ b/Process.h
@@ -9,8 +9,8 @@ in the source distribution for its full text.
*/
#include <stdbool.h>
-#include <sys/types.h>
#include <time.h>
+#include <sys/types.h>
#include "Object.h"
#include "RichString.h"
@@ -78,6 +78,7 @@ typedef struct Process_ {
bool tag;
bool showChildren;
bool show;
+ bool wasShown;
unsigned int pgrp;
unsigned int session;
unsigned int tty_nr;

© 2014-2024 Faster IT GmbH | imprint | privacy policy