diff options
author | van Hauser <vh@thc.org> | 2020-03-15 22:51:22 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-03-15 22:51:22 +0100 |
commit | 61ba214f19f3e3d754f920b092e55b51f571eda2 (patch) | |
tree | ca2f5972156beba94a052b2a73e2d532906dc196 /include/afl-fuzz.h | |
parent | bfe076748b21af1465e18737ab71f8e2c799128a (diff) | |
download | afl++-61ba214f19f3e3d754f920b092e55b51f571eda2.tar.gz |
print a completed UI screen on exit without bugs :)
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 87903c33..04a4e5cc 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -331,7 +331,8 @@ typedef struct afl_state { really makes no sense to haul them around as function parameters. */ u64 limit_time_puppet, orig_hit_cnt_puppet, last_limit_time_start, tmp_pilot_time, total_pacemaker_time, total_puppet_find, temp_puppet_find, - most_time_key, most_time, most_execs_key, most_execs, old_hit_count; + most_time_key, most_time, most_execs_key, most_execs, old_hit_count, + force_ui_update; MOpt_globals_t mopt_globals_core, mopt_globals_pilot; |