summaryrefslogtreecommitdiff
path: root/honggfuzz.h
diff options
context:
space:
mode:
Diffstat (limited to 'honggfuzz.h')
-rw-r--r--honggfuzz.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/honggfuzz.h b/honggfuzz.h
index b4a7fa40..211fa076 100644
--- a/honggfuzz.h
+++ b/honggfuzz.h
@@ -226,6 +226,7 @@ typedef struct {
size_t dictionaryCnt;
size_t mutationsMax;
unsigned mutationsPerRun;
+ size_t maxFileSz;
} mutate;
bool useScreen;
bool useVerifier;
@@ -233,7 +234,6 @@ typedef struct {
const char* blacklistFile;
uint64_t* blacklist;
size_t blacklistCnt;
- size_t maxFileSz;
char* reportFile;
bool skipFeedbackOnTimeout;
bool enableSanitizers;