about summary refs log tree commit diff
path: root/include/afl-fuzz.h
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-02-22 16:56:35 +0100
committervanhauser-thc <vh@thc.org>2021-02-22 16:56:35 +0100
commitfb2a6b6941ffb6cf575d2a772c6e0d47b49835ee (patch)
treefe248c89f032d65f7952cfcaa24e5d4222d2df70 /include/afl-fuzz.h
parent70fe872940b9815698b4317bdde33da1dae27923 (diff)
downloadafl++-fb2a6b6941ffb6cf575d2a772c6e0d47b49835ee.tar.gz
minimum sync time
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 10d94fed..e191543a 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -570,6 +570,7 @@ typedef struct afl_state {
       blocks_eff_total,                 /* Blocks subject to effector maps  */
       blocks_eff_select,                /* Blocks selected as fuzzable      */
       start_time,                       /* Unix start time (ms)             */
+      last_sync_time,			/* Time of last sync                */
       last_path_time,                   /* Time for most recent path (ms)   */
       last_crash_time,                  /* Time for most recent crash (ms)  */
       last_hang_time;                   /* Time for most recent hang (ms)   */