about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/afl-fuzz.h2
-rw-r--r--include/config.h3
2 files changed, 3 insertions, 2 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h
index 751bd93c..c62fcc84 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -455,7 +455,7 @@ u8* (*post_handler)(u8* buf, u32* len);
 /* CmpLog */
 
 extern u8* cmplog_binary;
-extern s32 cmplog_forksrv_pid;
+extern s32 cmplog_child_pid, cmplog_forksrv_pid;
 
 /* hooks for the custom mutator function */
 /**
diff --git a/include/config.h b/include/config.h
index 8b8924f5..d47908f6 100644
--- a/include/config.h
+++ b/include/config.h
@@ -26,7 +26,8 @@
 
 /* Version string: */
 
-#define VERSION "++2.60d"  // c = release, d = volatile github dev
+ // c = release, d = volatile github dev, e = experimental branch
+#define VERSION "++2.60d"
 
 /******************************************************
  *                                                    *