about summary refs log tree commit diff
path: root/include/afl-fuzz.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-03-25 08:54:21 +0100
committerGitHub <noreply@github.com>2021-03-25 08:54:21 +0100
commit3b860c1dd63036ee99fbb548c5c0ba0c67f9af08 (patch)
tree66d0555fbe862fdbe083450f6fe087bd72945bd7 /include/afl-fuzz.h
parentd319b4a3819052de5bf576c560da6e4687c31de9 (diff)
parentab394836a9fe3faadb9d1af3a7d377bbcf5b5eee (diff)
downloadafl++-3b860c1dd63036ee99fbb548c5c0ba0c67f9af08.tar.gz
Merge pull request #844 from AFLplusplus/replay
AFL_PERSISTENT_RECORD support
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r--include/afl-fuzz.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h
index 565e9afd..046b0177 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -390,7 +390,8 @@ typedef struct afl_env_vars {
       *afl_hang_tmout, *afl_forksrv_init_tmout, *afl_skip_crashes, *afl_preload,
       *afl_max_det_extras, *afl_statsd_host, *afl_statsd_port,
       *afl_crash_exitcode, *afl_statsd_tags_flavor, *afl_testcache_size,
-      *afl_testcache_entries, *afl_kill_signal, *afl_target_env;
+      *afl_testcache_entries, *afl_kill_signal, *afl_target_env,
+      *afl_persistent_record;
 
 } afl_env_vars_t;