about summary refs log tree commit diff
path: root/include/afl-fuzz.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-06-25 10:33:59 +0200
committervan Hauser <vh@thc.org>2020-06-25 10:33:59 +0200
commitb5573b3adbe01681156598ce064c228c0140f782 (patch)
tree25a29e5aed99cad5ecb33ab7dbf1578da9d9c604 /include/afl-fuzz.h
parent15dd4ad177b4822ad25eaec26897bb55e5cd5785 (diff)
downloadafl++-b5573b3adbe01681156598ce064c228c0140f782.tar.gz
add seek power schedule, remove update stats in calibration, fix help output
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 16f7d717..5dca8fcd 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -233,6 +233,7 @@ enum {
   /* 05 */ QUAD,    /* Quadratic schedule               */
   /* 06 */ RARE,    /* Rare edges                       */
   /* 07 */ MMOPT,   /* Modified MOPT schedule           */
+  /* 08 */ SEEK,    /* EXPLORE that ignores timings     */
 
   POWER_SCHEDULES_NUM