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:52:46 +0000
committerGitHub <noreply@github.com>2023-09-11 12:52:46 +0000
commita8185f8ff294d937e6074f148f6b4c971ca02cee (patch)
tree7e08944ee7d26be8947d74496909838674dbc21b /include/afl-fuzz.h
parent5f6c76e192bcfde6abcf9d4156bfbb87d5480e23 (diff)
parentcd6b89eb74cc501a67b1c14a4433a496b2053eec (diff)
downloadafl++-a8185f8ff294d937e6074f148f6b4c971ca02cee.tar.gz
Merge pull request #1858 from AFLplusplus/pendfav
Pendfav
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    */