diff options
author | vanhauser-thc <vh@thc.org> | 2021-03-27 12:53:09 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-03-27 12:53:09 +0100 |
commit | 7ca51fab19adfcda211282d4a1134eada7b60d2b (patch) | |
tree | c518e1bd8efc536689bf6c2771cad25a8c9b4504 /include/afl-fuzz.h | |
parent | 5ee2dd6bbdcabbdcc33278876632a9bc5060d71f (diff) | |
download | afl++-7ca51fab19adfcda211282d4a1134eada7b60d2b.tar.gz |
ensure one fuzzer sync per cycle, cycle introspection
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 046b0177..40a7fc85 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -572,6 +572,7 @@ typedef struct afl_state { blocks_eff_select, /* Blocks selected as fuzzable */ start_time, /* Unix start time (ms) */ last_sync_time, /* Time of last sync */ + last_sync_cycle, /* Cycle no. of the last sync */ last_path_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) */ |