about summary refs log tree commit diff
path: root/include/afl-fuzz.h
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-11-03 11:19:21 +0100
committervanhauser-thc <vh@thc.org>2023-11-03 11:19:21 +0100
commit7e67dc9d6938aadef19d5697a448cdf15a50172f (patch)
treeffe5b212e4eec447fc459db2ae51f62466db55dd /include/afl-fuzz.h
parent2230f88887e3e8d1793fdb98f9cd12d3449ba791 (diff)
parente241280fcc0d26066d976495251ca79a3f37509f (diff)
downloadafl++-7e67dc9d6938aadef19d5697a448cdf15a50172f.tar.gz
Merge branch 'dev' of ssh://github.com/AFLplusplus/AFLplusplus into dev
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r--include/afl-fuzz.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h
index 217a720a..8112d430 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -675,7 +675,7 @@ typedef struct afl_state {
   u32 cmplog_max_filesize;
   u32 cmplog_lvl;
   u32 colorize_success;
-  u8  cmplog_enable_arith, cmplog_enable_transform,
+  u8  cmplog_enable_arith, cmplog_enable_transform, cmplog_enable_scale,
       cmplog_enable_xtreme_transform, cmplog_random_colorization;
 
   struct afl_pass_stat *pass_stats;