Adds other metrics

This commit is contained in:
Edznux
2020-10-04 03:22:28 +02:00
parent 26dcddab0c
commit ff8c6d2415
2 changed files with 57 additions and 19 deletions

View File

@ -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);