about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-04-13 12:12:27 +0200
committervan Hauser <vh@thc.org>2020-04-13 12:12:27 +0200
commitdda096da03cae528dee9fd53e64896e93efe8f4a (patch)
tree20c1410ca0a50155a2abb7b3343b5cc5225f312b /include
parent5daec436f93240a0c411d432456f3f86fe1f3181 (diff)
downloadafl++-dda096da03cae528dee9fd53e64896e93efe8f4a.tar.gz
allow -L -1 to enable mopt in parallel to classic mutation
Diffstat (limited to 'include')
-rw-r--r--include/afl-fuzz.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h
index 1440b645..a7fdc5f0 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -354,14 +354,14 @@ typedef struct afl_state {
   /* MOpt:
     Lots of globals, but mostly for the status UI and other things where it
     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,
-      force_ui_update;
+  u64 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, force_ui_update;
 
   MOpt_globals_t mopt_globals_core, mopt_globals_pilot;
 
-  s32 SPLICE_CYCLES_puppet, limit_time_sig, key_puppet, key_module;
+  s32 limit_time_puppet, SPLICE_CYCLES_puppet, limit_time_sig, key_puppet,
+      key_module;
 
   double w_init, w_end, w_now;