about summary refs log tree commit diff
path: root/include/envs.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-10-10 10:36:48 +0200
committerGitHub <noreply@github.com>2020-10-10 10:36:48 +0200
commitc075003bd24f476347c665c49a5fb438ba055668 (patch)
tree60048085f605ed408d88f0f52339596f89199e74 /include/envs.h
parent1ab83d7d893e6d8259e3212316a4b0912b630b22 (diff)
parent4cb4772e2af9511c2320de833a81bc43500cef14 (diff)
downloadafl++-c075003bd24f476347c665c49a5fb438ba055668.tar.gz
Merge pull request #571 from Edznux/statsd_implem
Statsd support implementation
Diffstat (limited to 'include/envs.h')
-rw-r--r--include/envs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/envs.h b/include/envs.h
index 3a06aa2a..51520312 100644
--- a/include/envs.h
+++ b/include/envs.h
@@ -135,6 +135,10 @@ static char *afl_environment_variables[] = {
     "AFL_SKIP_BIN_CHECK",
     "AFL_SKIP_CPUFREQ",
     "AFL_SKIP_CRASHES",
+    "AFL_STATSD",
+    "AFL_STATSD_HOST",
+    "AFL_STATSD_PORT",
+    "AFL_STATSD_TAGS_FLAVOR",
     "AFL_TMIN_EXACT",
     "AFL_TMPDIR",
     "AFL_TOKEN_FILE",