projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4de2489
)
nginx plugin: constify
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sat, 5 Mar 2016 12:09:54 +0000
(13:09 +0100)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sat, 5 Mar 2016 12:09:54 +0000
(13:09 +0100)
src/nginx.c
patch
|
blob
|
history
diff --git
a/src/nginx.c
b/src/nginx.c
index
69ec06d
..
e493cc9
100644
(file)
--- a/
src/nginx.c
+++ b/
src/nginx.c
@@
-195,7
+195,7
@@
static int init (void)
return (0);
} /* void init */
-static void submit (c
har *type,
char *inst, long long value)
+static void submit (c
onst char *type, const
char *inst, long long value)
{
value_t values[1];
value_list_t vl = VALUE_LIST_INIT;