aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 1 insertions, 1 deletions
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;