about summary refs log tree commit diff
path: root/include/afl-fuzz.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-02-01 12:16:55 +0100
committervan Hauser <vh@thc.org>2021-02-01 12:16:55 +0100
commitd808a8401e1acbcde3352d86e9e2da3f7bac97e8 (patch)
treee0744f82d27b1e5be560c130f828e6fa021004c8 /include/afl-fuzz.h
parentbca4026f62671535b53dedc67d6b3e2d646b6a6d (diff)
downloadafl++-d808a8401e1acbcde3352d86e9e2da3f7bac97e8.tar.gz
import cmplog opts
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 9b27606c..c3a8c2ee 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -647,6 +647,7 @@ typedef struct afl_state {
   u32 cmplog_prev_timed_out;
   u32 cmplog_max_filesize;
   u32 cmplog_lvl;
+  u32 colorize_success;
 
   struct afl_pass_stat *pass_stats;
   struct cmp_map *      orig_cmp_map;