diff options
| author | Edznux <edznux@gmail.com> | 2020-09-25 23:28:15 +0200 |
|---|---|---|
| committer | Edznux <edznux@gmail.com> | 2020-09-25 23:28:15 +0200 |
| commit | a55e0d11891f0cc19a4ec6cc67c4e5e0d1c7f465 (patch) | |
| tree | 41b5e5ed5eec1988f1b2059b43b8d2e094a652ef /include | |
| parent | 4561a9590fc9a8c9ef3676b119f04c2e6d0794c0 (diff) | |
| download | afl++-a55e0d11891f0cc19a4ec6cc67c4e5e0d1c7f465.tar.gz | |
WIP envs
Diffstat (limited to 'include')
| -rw-r--r-- | include/afl-fuzz.h | 2 | ||||
| -rw-r--r-- | include/envs.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 5fff7feb..65327d93 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -958,7 +958,7 @@ void show_init_stats(afl_state_t *); int statsd_init(char *host, int port); int send_statsd_metric(afl_state_t *afl); -void statsd_format_metric(afl_state_t *afl, char *buff, int bufflen); +int statsd_format_metric(afl_state_t *afl, char *formatted[], size_t *num_of_tags); /* Run */ diff --git a/include/envs.h b/include/envs.h index 2dc1dbbf..6776a7cd 100644 --- a/include/envs.h +++ b/include/envs.h @@ -129,6 +129,8 @@ static char *afl_environment_variables[] = { "AFL_SKIP_BIN_CHECK", "AFL_SKIP_CPUFREQ", "AFL_SKIP_CRASHES", + "AFL_STATSD_HOST", + "AFL_STATSD_PORT", "AFL_TMIN_EXACT", "AFL_TMPDIR", "AFL_TOKEN_FILE", |
