about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-02-04 12:09:07 +0100
committervanhauser-thc <vh@thc.org>2022-02-04 12:09:07 +0100
commitd4c01c057bb8e6741e6652567f168e9bdd00f9cd (patch)
treeb95625dde2cda3abf4d13f371422ca25a8cd2074 /include
parent80543a809ec5a8f6bea45a5d20090a078daa6393 (diff)
downloadafl++-d4c01c057bb8e6741e6652567f168e9bdd00f9cd.tar.gz
test support for forced persistent 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 01f45587..fd4d283c 100644
--- a/include/forkserver.h
+++ b/include/forkserver.h
@@ -162,6 +162,7 @@ typedef struct afl_forkserver {
   void (*add_extra_func)(void *afl_ptr, u8 *mem, u32 len);
 
   u8 kill_signal;
+  u8 persistent_mode;
 
 #ifdef __linux__
   nyx_plugin_handler_t *nyx_handlers;