diff options
author | vj-27 <vimal.joseph.027@gmail.com> | 2021-02-05 19:46:24 +0000 |
---|---|---|
committer | vj-27 <vimal.joseph.027@gmail.com> | 2021-02-05 19:46:24 +0000 |
commit | 1a8c242d280066b7bfb36897c91215d4f4b5eb01 (patch) | |
tree | 0a957b8c94ee27454d0b11c00de7d807980baf91 /include/afl-fuzz.h | |
parent | 6f163bb0c50a103dc4565ec5f0b8b9b94b5c16f6 (diff) | |
download | afl++-1a8c242d280066b7bfb36897c91215d4f4b5eb01.tar.gz |
load run time and donot load pending_* or *_favoured
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 9e2913a2..1b2b9a8e 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -1067,7 +1067,7 @@ void destroy_extras(afl_state_t *); /* Stats */ -void load_stats_file(afl_state_t *); +u32 load_stats_file(afl_state_t *); void write_setup_file(afl_state_t *, u32, char **); void write_stats_file(afl_state_t *, double, double, double); void maybe_update_plot_file(afl_state_t *, double, double); |