projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e44ff91
)
tcpconns plugin: mark variable as static
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Fri, 4 Mar 2016 16:59:43 +0000
(17:59 +0100)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Fri, 4 Mar 2016 16:59:43 +0000
(17:59 +0100)
src/tcpconns.c
patch
|
blob
|
history
diff --git
a/src/tcpconns.c
b/src/tcpconns.c
index
8f40be6
..
5b47ff5
100644
(file)
--- 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,