about summary refs log tree commit diff
path: root/include/afl-fuzz.h
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-09-03 11:22:54 +0200
committervanhauser-thc <vh@thc.org>2023-09-03 11:22:54 +0200
commita809c3c50ce32fde390769b607b020dd68730474 (patch)
tree7023564a7e7621123fb1e3d1aee02c460a0cd6d4 /include/afl-fuzz.h
parent78848f863767cee6543166bd52d67e0051641360 (diff)
downloadafl++-a809c3c50ce32fde390769b607b020dd68730474.tar.gz
less impact
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r--include/afl-fuzz.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h
index d02e852e..217a720a 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -610,6 +610,7 @@ typedef struct afl_state {
 
   u32 stage_cur, stage_max;             /* Stage progression                */
   s32 splicing_with;                    /* Splicing with which test case?   */
+  s64 smallest_favored;                 /* smallest queue id favored        */
 
   u32 main_node_id, main_node_max;      /*   Main instance job splitting    */