about summary refs log tree commit diff
path: root/src/afl-fuzz-globals.c
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 /src/afl-fuzz-globals.c
parent4009f3a987f652639bacc91a7d8320307165ec72 (diff)
downloadafl++-3aa72429256d0d24d435abd1f641bfce0d4da557.tar.gz
added mmopt power schedule
Diffstat (limited to 'src/afl-fuzz-globals.c')
-rw-r--r--src/afl-fuzz-globals.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/afl-fuzz-globals.c b/src/afl-fuzz-globals.c
index f9f56e09..efffa749 100644
--- a/src/afl-fuzz-globals.c
+++ b/src/afl-fuzz-globals.c
@@ -30,8 +30,8 @@ s8  interesting_8[] = {INTERESTING_8};
 s16 interesting_16[] = {INTERESTING_8, INTERESTING_16};
 s32 interesting_32[] = {INTERESTING_8, INTERESTING_16, INTERESTING_32};
 
-char *power_names[POWER_SCHEDULES_NUM] = {"explore", "fast", "coe",
-                                          "lin",     "quad", "exploit"};
+char *power_names[POWER_SCHEDULES_NUM] = {"explore", "fast",    "coe",  "lin",
+                                          "quad",    "exploit", "mmopt"};
 
 u8 *doc_path = NULL;                    /* gath to documentation dir        */