aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-04-05 12:59:20 +0200
committervanhauser-thc <vh@thc.org>2023-04-05 12:59:20 +0200
commit36127fb1970746f53fec44f9394061f57a4e94c3 (patch)
tree74cf2ac1e1ab8a7bb4de662af135634003269803 /include
parent5fea071ae99dc68d634afd996fcd280f57f78002 (diff)
downloadafl++-36127fb1970746f53fec44f9394061f57a4e94c3.tar.gz
add -z switch
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 5fd393dd..7ff3315b 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -501,7 +501,8 @@ typedef struct afl_state {
custom_splice_optout, /* Custom mutator no splice buffer */
is_main_node, /* if this is the main node */
is_secondary_node, /* if this is a secondary instance */
- pizza_is_served; /* pizza mode */
+ pizza_is_served, /* pizza mode */
+ prefer_new; /* prefer new queue entries */
u32 stats_update_freq; /* Stats update frequency (execs) */