summaryrefslogtreecommitdiff
path: root/proc/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'proc/proc.h')
-rw-r--r--proc/proc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proc/proc.h b/proc/proc.h
index 64f276d3..cafcfaff 100644
--- a/proc/proc.h
+++ b/proc/proc.h
@@ -94,6 +94,7 @@ struct proc
unsigned int p_loginleader:1; /* leader of login collection */
unsigned int p_dead:1; /* process is dead */
unsigned int p_important:1; /* has called proc_mark_important */
+ unsigned int p_continued:1; /* has called proc_mark_cont */
};
typedef struct proc *pstruct_t;