X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fnginx.c;h=e493cc941560c35b50d684c24cd0ca0edca0dbff;hb=8361c1e963f9184c3c4d87197fd6996d667cdb3f;hp=69ec06dc996edc9452ea565776c9d9d70c241e68;hpb=42a7c90f4478e98dc970927cfda7ec2e1081f364;p=collectd.git diff --git a/src/nginx.c b/src/nginx.c index 69ec06dc..e493cc94 100644 --- a/src/nginx.c +++ b/src/nginx.c @@ -195,7 +195,7 @@ static int init (void) return (0); } /* void init */ -static void submit (char *type, char *inst, long long value) +static void submit (const char *type, const char *inst, long long value) { value_t values[1]; value_list_t vl = VALUE_LIST_INIT;