aboutsummaryrefslogtreecommitdiff
path: root/include/afl-fuzz.h
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-03-27 17:51:53 +0200
committervanhauser-thc <vh@thc.org>2023-03-27 17:52:01 +0200
commitb1bfc1ae76bacbf48b81c81480a9f32e0c8919f6 (patch)
tree7cdcf7af55f384b7f2580c3894de270619171024 /include/afl-fuzz.h
parent0faa323f121f16faba9b8fe20552a421b09d5ec3 (diff)
downloadAFLplusplus-b1bfc1ae76bacbf48b81c81480a9f32e0c8919f6.tar.gz
time_wo_finds in fuzzer_stats
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 6a8e8b5d..58d02af5 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -591,6 +591,7 @@ typedef struct afl_state {
last_find_time, /* Time for most recent path (ms) */
last_crash_time, /* Time for most recent crash (ms) */
last_hang_time, /* Time for most recent hang (ms) */
+ longest_find_time, /* Longest time taken for a find */
exit_on_time, /* Delay to exit if no new paths */
sync_time; /* Sync time (ms) */