more data

This commit is contained in:
vanhauser-thc
2024-05-25 11:07:26 +02:00
parent daab85f3f1
commit 6a246516df
2 changed files with 13 additions and 9 deletions

View File

@ -200,6 +200,7 @@ struct queue_entry {
u8 *fname; /* File name for the test case */
u32 len; /* Input length */
u32 id; /* entry number in queue_buf */
u32 found;
u8 colorized, /* Do not run redqueen stage again */
cal_failed; /* Calibration failed? */
@ -252,6 +253,7 @@ struct queue_entry {
struct skipdet_entry *skipdet_e;
u32 score; /* complexity/vulnerability score */
u64 total_execs; /* total executes of this item */
};