diff options
author | van Hauser <vh@thc.org> | 2023-09-11 12:52:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-11 12:52:46 +0000 |
commit | a8185f8ff294d937e6074f148f6b4c971ca02cee (patch) | |
tree | 7e08944ee7d26be8947d74496909838674dbc21b /include/afl-fuzz.h | |
parent | 5f6c76e192bcfde6abcf9d4156bfbb87d5480e23 (diff) | |
parent | cd6b89eb74cc501a67b1c14a4433a496b2053eec (diff) | |
download | afl++-a8185f8ff294d937e6074f148f6b4c971ca02cee.tar.gz |
Merge pull request #1858 from AFLplusplus/pendfav
Pendfav
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 1 |
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 */ |