diff options
author | vanhauser-thc <vh@thc.org> | 2021-02-22 22:24:59 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-02-22 22:24:59 +0100 |
commit | 4ab90e739ff4410f24c63d71dfffe333063c3b3a (patch) | |
tree | 2a50e8c3960ad4150c7ed82feae27cc6e5812820 /include/afl-fuzz.h | |
parent | 745bc083d144a31981b3686d68bc34777758b359 (diff) | |
download | afl++-4ab90e739ff4410f24c63d71dfffe333063c3b3a.tar.gz |
code format
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index e191543a..d9dbad5a 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -570,7 +570,7 @@ typedef struct afl_state { blocks_eff_total, /* Blocks subject to effector maps */ blocks_eff_select, /* Blocks selected as fuzzable */ start_time, /* Unix start time (ms) */ - last_sync_time, /* Time of last sync */ + last_sync_time, /* Time of 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) */ |