Code

netlink plugin: constify
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 5 Mar 2016 12:56:17 +0000 (13:56 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 5 Mar 2016 12:56:17 +0000 (13:56 +0100)
src/netlink.c

index e1f378d9408a741a6e75c85efe62ee5a80426028..d4661ce8423091b72f5276a3a2f4fa9d3f15561c 100644 (file)
@@ -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;
+  const char *tc_type;
   char tc_inst[DATA_MAX_NAME_LEN];
 
   _Bool stats_submitted = 0;