diff options
| author | vj-27 <vimal.joseph.027@gmail.com> | 2021-02-05 00:26:23 +0000 |
|---|---|---|
| committer | vj-27 <vimal.joseph.027@gmail.com> | 2021-02-05 00:26:23 +0000 |
| commit | 6f163bb0c50a103dc4565ec5f0b8b9b94b5c16f6 (patch) | |
| tree | d9345056f1e05e1ed10d13459c4da90476feb143 /include | |
| parent | ec737f3368e678cbee3a916d4ef6fb683ebfa1f0 (diff) | |
| download | afl++-6f163bb0c50a103dc4565ec5f0b8b9b94b5c16f6.tar.gz | |
load existing stats file when in AFL_AUTORESUME or -i -
Diffstat (limited to 'include')
| -rw-r--r-- | include/afl-fuzz.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index c3a8c2ee..9e2913a2 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -1067,6 +1067,7 @@ void destroy_extras(afl_state_t *); /* Stats */ +void 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); |
