projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eee0731
)
plugin.c: constify
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Fri, 4 Mar 2016 22:22:55 +0000
(23:22 +0100)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Fri, 4 Mar 2016 22:22:55 +0000
(23:22 +0100)
src/daemon/plugin.c
patch
|
blob
|
history
diff --git
a/src/daemon/plugin.c
b/src/daemon/plugin.c
index
788b454
..
e7993f1
100644
(file)
--- a/
src/daemon/plugin.c
+++ b/
src/daemon/plugin.c
@@
-1343,7
+1343,7
@@
static void plugin_flush_timeout_callback_free (void *data)
static char *plugin_flush_callback_name (const char *name)
{
- char *flush_prefix = "flush/";
+ c
onst c
har *flush_prefix = "flush/";
size_t prefix_size;
char *flush_name;
size_t name_size;