diff options
author | van Hauser <vh@thc.org> | 2020-10-10 10:36:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-10 10:36:48 +0200 |
commit | c075003bd24f476347c665c49a5fb438ba055668 (patch) | |
tree | 60048085f605ed408d88f0f52339596f89199e74 /include/envs.h | |
parent | 1ab83d7d893e6d8259e3212316a4b0912b630b22 (diff) | |
parent | 4cb4772e2af9511c2320de833a81bc43500cef14 (diff) | |
download | afl++-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.h | 4 |
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", |