diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-02-18 15:05:17 +0100 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-02-18 15:05:17 +0100 |
commit | 13296af49168c4b63f3d4ea1e31f278317114e5c (patch) | |
tree | 14941b58b4ace876c7e6c80ddd2add321a3f5a2a /include/afl-fuzz.h | |
parent | 706718ca2e7ef0becb32fc4548fadeb19a0f6212 (diff) | |
download | afl++-13296af49168c4b63f3d4ea1e31f278317114e5c.tar.gz |
skeleton for rtn cmplog
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index c62fcc84..46bead3a 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -118,7 +118,8 @@ struct queue_entry { has_new_cov, /* Triggers new coverage? */ var_behavior, /* Variable behavior? */ favored, /* Currently favored? */ - fs_redundant; /* Marked as redundant in the fs? */ + fs_redundant, /* Marked as redundant in the fs? */ + fully_colorized; /* Do not run redqueen stage again */ u32 bitmap_size, /* Number of bits set in bitmap */ fuzz_level, /* Number of fuzzing iterations */ |