about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/forkserver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/forkserver.h b/include/forkserver.h
index 3c473572..7e7784f5 100644
--- a/include/forkserver.h
+++ b/include/forkserver.h
@@ -43,6 +43,7 @@ typedef struct afl_forkserver {
 
   s32 fsrv_pid,                         /* PID of the fork server           */
       child_pid,                        /* PID of the fuzzed program        */
+      child_status,                     /* waitpid result for the child     */
       out_dir_fd;                       /* FD of the lock file              */
 
   s32 out_fd,                           /* Persistent fd for fsrv->out_file */