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-12 08:35:44 +0000
committerGitHub <noreply@github.com>2023-09-12 08:35:44 +0000
commit7d2122e0596132f9344a5d0896020ebc79cd33db (patch)
treed881b11261251705b3a1c48def8c1cdae5766828 /include/afl-fuzz.h
parent0688c779ec543c4f5f84363b06c72ac11a14f716 (diff)
parent4f4ce24690c682af500ee235c57055d87dfb9c9d (diff)
downloadafl++-7d2122e0596132f9344a5d0896020ebc79cd33db.tar.gz
Merge pull request #1860 from AFLplusplus/dev
push to stable
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    */