diff options
author | vanhauser-thc <vh@thc.org> | 2022-04-03 19:14:59 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-04-03 19:14:59 +0200 |
commit | 15b43e6ce1866b369700aed306d75090facc08d6 (patch) | |
tree | ac5177bd6db481342ef6f84df388bb2f169d54a9 /include/afl-fuzz.h | |
parent | d9fa6af1b1d97ed4af4a0d015fce035dfd3bb738 (diff) | |
download | afl++-15b43e6ce1866b369700aed306d75090facc08d6.tar.gz |
fix pizza mode
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 6cde7695..4f4d63b2 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -483,7 +483,8 @@ typedef struct afl_state { debug, /* Debug mode */ custom_only, /* Custom mutator only mode */ is_main_node, /* if this is the main node */ - is_secondary_node; /* if this is a secondary instance */ + is_secondary_node, /* if this is a secondary instance */ + pizza_is_served; /* pizza mode */ u32 stats_update_freq; /* Stats update frequency (execs) */ |