about summary refs log tree commit diff
path: root/include/config.h
diff options
context:
space:
mode:
authorEdznux <edznux@gmail.com>2020-10-08 20:48:46 +0200
committerEdznux <edznux@gmail.com>2020-10-08 20:48:46 +0200
commit0220a8ff6670da2b9fd8cb883528d2a86f683c74 (patch)
treefda0a5acb219feabafee1d33c5cfb891ec192bff /include/config.h
parentdeab5a1532777df16aaf83bda2dc6cf757a8b49e (diff)
downloadafl++-0220a8ff6670da2b9fd8cb883528d2a86f683c74.tar.gz
Add env var toggle for StatsD
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/config.h b/include/config.h
index 3d6b0395..405c2712 100644
--- a/include/config.h
+++ b/include/config.h
@@ -41,11 +41,10 @@
 
 #define USE_COLOR
 
-/* Enable sending statistics over a StatsD daemon.
-Server config can be adjusted with AFL_STATSD_HOST and AFL_STATSD_PORT env var.
+/* StatsD config
+   Config can be adjusted via AFL_STATSD_HOST and AFL_STATSD_PORT environment
+   variable.
 */
-
-#define USE_STATSD
 #define STATSD_UPDATE_SEC 1
 #define STATSD_DEFAULT_PORT 8125
 #define STATSD_DEFAULT_HOST "127.0.0.1"