diff options
author | Edznux <edznux@gmail.com> | 2020-10-04 03:22:28 +0200 |
---|---|---|
committer | Edznux <edznux@gmail.com> | 2020-10-04 03:22:28 +0200 |
commit | ff8c6d24156811333c855755fea8fafc43e133bc (patch) | |
tree | 6a14b660f2e5693595c99e00745a88b4f49b6d70 /include | |
parent | 26dcddab0cdb3ca662746b1fd02cd58de3266269 (diff) | |
download | afl++-ff8c6d24156811333c855755fea8fafc43e133bc.tar.gz |
Adds other metrics
Diffstat (limited to 'include')
-rw-r--r-- | include/afl-fuzz.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 61672169..eecfcf75 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -956,7 +956,7 @@ void show_init_stats(afl_state_t *); /* StatsD */ -int statsd_init(char *host, int port); +int statsd_socket_init(char *host, int port); int send_statsd_metric(afl_state_t *afl); int statsd_format_metric(afl_state_t *afl, char *buff, size_t bufflen); |