From be929dbe2dffa82ca1f91538f56a1bb0490000bd Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 12 Nov 2014 15:04:27 +0100 Subject: Use peer specifier from log instead of the peer name for the status output This fixes a crash when status sockets are used with peers without names, but the JSON output format is changed: named peers will now use "" as key instead of "name". --- src/log.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/log.h') diff --git a/src/log.h b/src/log.h index 5fce09f..31d1c8c 100644 --- a/src/log.h +++ b/src/log.h @@ -54,6 +54,7 @@ typedef enum fastd_loglevel { size_t fastd_snprint_peer_address(char *buffer, size_t size, const fastd_peer_address_t *address, const char *iface, bool bind_address, bool hide); +size_t fastd_snprint_peer_str(char *buffer, size_t size, const fastd_peer_t *peer); void fastd_logf(const fastd_loglevel_t level, const char *format, ...); -- cgit v1.2.3