aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-04-03 19:14:59 +0200
committervanhauser-thc <vh@thc.org>2022-04-03 19:14:59 +0200
commit15b43e6ce1866b369700aed306d75090facc08d6 (patch)
treeac5177bd6db481342ef6f84df388bb2f169d54a9 /include
parentd9fa6af1b1d97ed4af4a0d015fce035dfd3bb738 (diff)
downloadafl++-15b43e6ce1866b369700aed306d75090facc08d6.tar.gz
fix pizza mode
Diffstat (limited to 'include')
-rw-r--r--include/afl-fuzz.h3
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) */