From 60ce4c949e044b07859f7059a9b50754bda55d14 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 1 Jun 2020 00:08:34 +0200 Subject: Add comment explaining values of silent_until_execed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.h b/common.h index a00bc67..123a719 100644 --- a/common.h +++ b/common.h @@ -83,7 +83,7 @@ struct process { struct process *next; struct process *prev; enum state state; - int silent_until_execed; + int silent_until_execed; /* 2 until exec, 1 until "= 0", 0 afterwards */ /* Syscall data */ unsigned long long int scall; -- cgit v1.2.3-70-g09d2