about summary refs log tree commit diff
path: root/include/afl-fuzz.h
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-03-01 14:09:21 +0100
committerDominik Maier <domenukk@gmail.com>2020-03-01 14:09:21 +0100
commit3e0a3ec45fe35f62a293d86139913ecf45670535 (patch)
tree465f6486743d37db3bc2fb989acd878b2964ed66 /include/afl-fuzz.h
parent6865cd8d691385f805a63b62f9836abf98061e4f (diff)
downloadafl++-3e0a3ec45fe35f62a293d86139913ecf45670535.tar.gz
migrated autoresume to use get_afl_env
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 25764726..1999f16c 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -315,6 +315,7 @@ extern u8 skip_deterministic,           /* Skip deterministic stages?       */
     no_forkserver,                      /* Disable forkserver?              */
     crash_mode,                         /* Crash mode! Yeah!                */
     in_place_resume,                    /* Attempt in-place resume?         */
+    autoresume,                         /* Resume if out_dir exists?        */
     auto_changed,                       /* Auto-generated tokens changed?   */
     no_cpu_meter_red,                   /* Feng shui on the status screen   */
     no_arith,                           /* Skip most arithmetic ops         */