projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
103b956
)
sensu: mark sensu_format_name2 as static
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Tue, 1 Mar 2016 10:45:41 +0000
(11:45 +0100)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Tue, 1 Mar 2016 10:46:33 +0000
(11:46 +0100)
Commit straight to 5.5, this plugin doesn't exist in 5.4
src/write_sensu.c
patch
|
blob
|
history
diff --git
a/src/write_sensu.c
b/src/write_sensu.c
index
4d0e473
..
2cb9e10
100644
(file)
--- a/
src/write_sensu.c
+++ b/
src/write_sensu.c
@@
-259,7
+259,7
@@
static char *build_json_str_list(const char *tag, struct str_list const *list) /
return ret_str;
} /* }}} char *build_json_str_list*/
-int sensu_format_name2(char *ret, int ret_len,
+
static
int sensu_format_name2(char *ret, int ret_len,
const char *hostname,
const char *plugin, const char *plugin_instance,
const char *type, const char *type_instance,