diff options
author | van Hauser <vh@thc.org> | 2021-03-24 18:19:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-24 18:19:13 +0100 |
commit | 6e2a0ef233fc09e8751e2d4cba3298610d8bed2c (patch) | |
tree | 0c04cd932d129b45e31fd17c328844295677ca5f /include/afl-fuzz.h | |
parent | 7dc48478698ba73eeb045af3ca25e4a62e68b359 (diff) | |
parent | 958436be4ba057e8409787e7ff4ddcfa095c46da (diff) | |
download | afl++-6e2a0ef233fc09e8751e2d4cba3298610d8bed2c.tar.gz |
Merge branch 'replay' into tmp
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 565e9afd..691ba148 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -390,7 +390,7 @@ 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; |