From: Ruben Kerkhof Date: Fri, 4 Mar 2016 16:59:43 +0000 (+0100) Subject: tcpconns plugin: mark variable as static X-Git-Tag: collectd-5.6.0~448^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c65e527cea1974c4c79bfc4e570e94a5d4359503;p=collectd.git tcpconns plugin: mark variable as static --- diff --git a/src/tcpconns.c b/src/tcpconns.c index 8f40be6f..5b47ff53 100644 --- a/src/tcpconns.c +++ b/src/tcpconns.c @@ -283,7 +283,7 @@ static uint32_t count_total[TCP_STATE_MAX + 1]; static uint32_t sequence_number = 0; #endif -enum +static enum { SRC_DUNNO, SRC_NETLINK,