diff options
| author | Edznux <edznux@gmail.com> | 2020-10-01 00:11:01 +0200 |
|---|---|---|
| committer | Edznux <edznux@gmail.com> | 2020-10-01 00:11:01 +0200 |
| commit | 223974336196a8f3617548e8ca88ee084794ed60 (patch) | |
| tree | a04ac3b677acffdb787a30f2225e9384f4271b5a /include | |
| parent | a55e0d11891f0cc19a4ec6cc67c4e5e0d1c7f465 (diff) | |
| download | afl++-223974336196a8f3617548e8ca88ee084794ed60.tar.gz | |
Rewrote format metric to be simpler/more static
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 65327d93..61672169 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); -int statsd_format_metric(afl_state_t *afl, char *formatted[], size_t *num_of_tags); +int statsd_format_metric(afl_state_t *afl, char *buff, size_t bufflen); /* Run */ |
