summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6ab1969)
raw | patch | inline | side by side (parent: 6ab1969)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Fri, 2 Dec 2016 13:59:47 +0000 (14:59 +0100) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Fri, 2 Dec 2016 13:59:47 +0000 (14:59 +0100) |
src/utils_format_graphite_test.c | patch | blob | history |
index a395683a193f12c7a2670eef2af513569d2d7251..a82142fa100c1b23a016c2e1f0ad5af1e7aa80ee 100644 (file)
DEF_TEST(metric_name) {
struct {
- char *plugin_instance;
- char *type_instance;
- char *prefix;
- char *suffix;
+ const char *plugin_instance;
+ const char *type_instance;
+ const char *prefix;
+ const char *suffix;
unsigned int flags;
- char *want_name;
+ const char *want_name;
} cases[] = {
{
.want_name = "example@com.test.single",