projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b37c59
)
ted plugin: constify
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Fri, 4 Mar 2016 20:11:21 +0000
(21:11 +0100)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Fri, 4 Mar 2016 20:11:21 +0000
(21:11 +0100)
src/ted.c
patch
|
blob
|
history
diff --git
a/src/ted.c
b/src/ted.c
index
e76b3c9
..
37ab85d
100644
(file)
--- a/
src/ted.c
+++ b/
src/ted.c
@@
-263,7
+263,7
@@
static int ted_open_device (void)
return (0);
} /* int ted_open_device */
-static void ted_submit (char *type, double value)
+static void ted_submit (c
onst c
har *type, double value)
{
value_t values[1];
value_list_t vl = VALUE_LIST_INIT;