about summary refs log tree commit diff
path: root/include/afl-fuzz.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-05-15 09:27:15 +0200
committervan Hauser <vh@thc.org>2020-05-15 09:27:15 +0200
commitd536ddc24085bced267143b4f45102715d71693e (patch)
tree7028606718ed9e4bb0c8d11406ef9c6e4856ba94 /include/afl-fuzz.h
parent564399bd754e355d28da5b498856c05b63901661 (diff)
downloadafl++-d536ddc24085bced267143b4f45102715d71693e.tar.gz
change: slaves only sync from masters
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r--include/afl-fuzz.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h
index 9907c245..a77c634c 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -913,6 +913,7 @@ u32    find_start_position(afl_state_t *);
 void   find_timeout(afl_state_t *);
 double get_runnable_processes(void);
 void   nuke_resume_dir(afl_state_t *);
+int    check_master_exists(afl_state_t *);
 void   setup_dirs_fds(afl_state_t *);
 void   setup_cmdline_file(afl_state_t *, char **);
 void   setup_stdio_file(afl_state_t *);