diff options
author | vanhauser-thc <vh@thc.org> | 2024-06-07 09:58:27 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-06-07 09:58:27 +0200 |
commit | 0618bfd4ae6a31ce44fcad13bbf6f5a41bb265d1 (patch) | |
tree | ede0d490e36f217684474aeb57969d53f13e82d1 | |
parent | bdfd38771abe9641db08b7569a0cc6a38f1ecf4a (diff) | |
download | afl++-0618bfd4ae6a31ce44fcad13bbf6f5a41bb265d1.tar.gz |
fix
-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 1e670702..d3501e8d 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -1227,6 +1227,7 @@ void show_init_stats(afl_state_t *); void update_calibration_time(afl_state_t *afl, u64 *time); void update_trim_time(afl_state_t *afl, u64 *time); void update_sync_time(afl_state_t *afl, u64 *time); +void update_cmplog_time(afl_state_t *afl, u64 *time); /* StatsD */ |