diff options
| author | Mattias Andrée <maandree@kth.se> | 2020-06-01 00:08:34 +0200 | 
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2020-06-01 00:08:34 +0200 | 
| commit | 60ce4c949e044b07859f7059a9b50754bda55d14 (patch) | |
| tree | cc834f6b27f4ca95f1e7886b9ffb735832eba3d4 | |
| parent | Silence output for initial tracee until it has successfully execed (diff) | |
| download | sctrace-60ce4c949e044b07859f7059a9b50754bda55d14.tar.gz sctrace-60ce4c949e044b07859f7059a9b50754bda55d14.tar.bz2 sctrace-60ce4c949e044b07859f7059a9b50754bda55d14.tar.xz | |
Add comment explaining values of silent_until_execed
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
| -rw-r--r-- | common.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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; | 
