about summary refs log tree commit diff
path: root/include/afl-fuzz.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-03-17 21:42:36 +0100
committervan Hauser <vh@thc.org>2020-03-17 21:42:36 +0100
commit3aa72429256d0d24d435abd1f641bfce0d4da557 (patch)
treede9057b0fa0da27ae8985198e66629ffc7bbec41 /include/afl-fuzz.h
parent4009f3a987f652639bacc91a7d8320307165ec72 (diff)
downloadafl++-3aa72429256d0d24d435abd1f641bfce0d4da557.tar.gz
added mmopt power schedule
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 04a4e5cc..620f5062 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -230,6 +230,7 @@ enum {
   /* 03 */ LIN,     /* Linear schedule                  */
   /* 04 */ QUAD,    /* Quadratic schedule               */
   /* 05 */ EXPLOIT, /* AFL's exploitation-based const.  */
+  /* 06 */ MMOPT,   /* Modified MOPT schedule           */
 
   POWER_SCHEDULES_NUM