skeleton for rtn cmplog

This commit is contained in:
Andrea Fioraldi
2020-02-18 15:05:17 +01:00
parent 706718ca2e
commit 13296af491
3 changed files with 76 additions and 3 deletions

View File

@ -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 */