diff options
author | Mattias Andrée <maandree@kth.se> | 2020-05-30 22:32:44 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2020-05-30 22:32:44 +0200 |
commit | defee526a9b3e69d50468c5299dd66cd6fd36f0f (patch) | |
tree | 426b9fa961406875092fe07a4249931f5b1465fc /common.h | |
parent | Add -0 flag (diff) | |
download | sctrace-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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -70,7 +70,8 @@ enum state { ForkChild, VforkChild, ForkParent, - VforkParent + VforkParent, + Exec }; struct process { |