projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21526d8
)
netlink plugin: constify
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sat, 5 Mar 2016 12:56:17 +0000
(13:56 +0100)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sat, 5 Mar 2016 12:56:17 +0000
(13:56 +0100)
src/netlink.c
patch
|
blob
|
history
diff --git
a/src/netlink.c
b/src/netlink.c
index
e1f378d
..
d4661ce
100644
(file)
--- a/
src/netlink.c
+++ b/
src/netlink.c
@@
-470,7
+470,7
@@
static int qos_filter_cb (const struct nlmsghdr *nlh, void *args)
const char *kind = NULL;
/* char *type_instance; */
- char *tc_type;
+ c
onst c
har *tc_type;
char tc_inst[DATA_MAX_NAME_LEN];
_Bool stats_submitted = 0;