From defee526a9b3e69d50468c5299dd66cd6fd36f0f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 30 May 2020 22:32:44 +0200 Subject: Continue vfork parent after child execs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common.h') 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 { -- cgit v1.2.3-70-g09d2