diff options
author | Amit Elkabetz <12958411+amitelka@users.noreply.github.com> | 2023-03-05 18:16:21 +0200 |
---|---|---|
committer | Amit Elkabetz <12958411+amitelka@users.noreply.github.com> | 2023-03-05 18:16:21 +0200 |
commit | 07cf27cddc6f0189ee9b21f888595c84549b5b93 (patch) | |
tree | d0bebabef7a714f54295610448fc4637f2f408dd /include/afl-fuzz.h | |
parent | 2ff0ff7a903c57f9df5ed1e97370c187ec45a31e (diff) | |
download | afl++-07cf27cddc6f0189ee9b21f888595c84549b5b93.tar.gz |
Added flag -u to allow custom interval to update fuzzer_stats file
Diffstat (limited to 'include/afl-fuzz.h')
-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 9bf91faf..62d71968 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -693,6 +693,7 @@ typedef struct afl_state { /* statistics file */ double last_bitmap_cvg, last_stability, last_eps; + u64 stats_file_update_freq_msecs; /* Stats update frequency (msecs) */ /* plot file saves from last run */ u32 plot_prev_qp, plot_prev_pf, plot_prev_pnf, plot_prev_ce, plot_prev_md; |