tcpconns plugin: mark variable as static
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Fri, 4 Mar 2016 16:59:43 +0000 (17:59 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Fri, 4 Mar 2016 16:59:43 +0000 (17:59 +0100)
src/tcpconns.c

index 8f40be6..5b47ff5 100644 (file)
@@ -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,