about summary refs log tree commit diff
path: root/include/afl-fuzz.h
diff options
context:
space:
mode:
authormarc <marc@marc.srlabs.de>2023-08-11 11:22:18 +0200
committermarc <marc@marc.srlabs.de>2023-08-11 11:22:18 +0200
commit8823f22a9c87123c1bfcc5bff10044de4c7a4a1f (patch)
tree58b8b723b333aa0cf10a9d9c7597331ba30ad481 /include/afl-fuzz.h
parent1cd9258768253e082baa1cc453c578b373839dbc (diff)
downloadafl++-8823f22a9c87123c1bfcc5bff10044de4c7a4a1f.tar.gz
add AFL_FINAL_SYNC
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 ef84a18c..1f89bbd8 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -402,7 +402,8 @@ typedef struct afl_env_vars {
       afl_exit_on_seed_issues, afl_try_affinity, afl_ignore_problems,
       afl_keep_timeouts, afl_no_crash_readme, afl_ignore_timeouts,
       afl_no_startup_calibration, afl_no_warn_instability,
-      afl_post_process_keep_original, afl_crashing_seeds_as_new_crash;
+      afl_post_process_keep_original, afl_crashing_seeds_as_new_crash,
+      afl_final_sync;
 
   u8 *afl_tmpdir, *afl_custom_mutator_library, *afl_python_module, *afl_path,
       *afl_hang_tmout, *afl_forksrv_init_tmout, *afl_preload,