projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d482995
)
powerdns plugin: fix array initialization
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sat, 28 Nov 2015 17:30:58 +0000
(18:30 +0100)
committer
Marc Fournier
<marc.fournier@camptocamp.com>
Mon, 30 Nov 2015 21:54:41 +0000
(22:54 +0100)
src/powerdns.c
patch
|
blob
|
history
diff --git
a/src/powerdns.c
b/src/powerdns.c
index
c8e72cb
..
673c0d6
100644
(file)
--- a/
src/powerdns.c
+++ b/
src/powerdns.c
@@
-123,7
+123,7
@@
user-msec number of CPU milliseconds spent in 'user' mode
const char* const default_server_fields[] = /* {{{ */
{
- "latency"
+ "latency"
,
"packetcache-hit",
"packetcache-miss",
"packetcache-size",