diff options
Diffstat (limited to 'custom_mutators/gramatron/gramfuzz.h')
-rw-r--r-- | custom_mutators/gramatron/gramfuzz.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/custom_mutators/gramatron/gramfuzz.h b/custom_mutators/gramatron/gramfuzz.h index e6912074..1e599f0c 100644 --- a/custom_mutators/gramatron/gramfuzz.h +++ b/custom_mutators/gramatron/gramfuzz.h @@ -23,6 +23,8 @@ 3600 // Inputs that gave new coverage will be dumped every FLUSH_INTERVAL // seconds +afl_state_t *global_afl; + typedef struct trigger { char * id; |