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: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1603%2Fhead;p=thirdparty%2Fcollectd.git tcpconns plugin: mark variable as static --- diff --git a/src/tcpconns.c b/src/tcpconns.c index 8f40be6f7..5b47ff535 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,