about summary refs log tree commit diff
path: root/include/afl-fuzz.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2023-09-11 12:54:21 +0000
committerGitHub <noreply@github.com>2023-09-11 12:54:21 +0000
commit9f023d482bf4deace3b2f3d726a1bf7062511087 (patch)
treed9f99fec6352900147f3b51fd5e7572d68a0e521 /include/afl-fuzz.h
parent87b33740ea426bac276a9eb4bc5f201bd396b6dc (diff)
parenta8185f8ff294d937e6074f148f6b4c971ca02cee (diff)
downloadafl++-9f023d482bf4deace3b2f3d726a1bf7062511087.tar.gz
Merge branch 'dev' into reinit
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    */