aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common.h b/common.h
index 376e0f9..c4de909 100644
--- a/common.h
+++ b/common.h
@@ -70,7 +70,8 @@ enum state {
ForkChild,
VforkChild,
ForkParent,
- VforkParent
+ VforkParent,
+ Exec
};
struct process {