aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2020-05-30 22:32:44 +0200
committerMattias Andrée <maandree@kth.se>2020-05-30 22:32:44 +0200
commitdefee526a9b3e69d50468c5299dd66cd6fd36f0f (patch)
tree426b9fa961406875092fe07a4249931f5b1465fc /common.h
parentAdd -0 flag (diff)
downloadsctrace-defee526a9b3e69d50468c5299dd66cd6fd36f0f.tar.gz
sctrace-defee526a9b3e69d50468c5299dd66cd6fd36f0f.tar.bz2
sctrace-defee526a9b3e69d50468c5299dd66cd6fd36f0f.tar.xz
Continue vfork parent after child execs
Signed-off-by: Mattias Andrée <maandree@kth.se>
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 {