X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fnginx.c;h=e493cc941560c35b50d684c24cd0ca0edca0dbff;hb=591c55cdb4e56f229d27d93a28a75e8a506def15;hp=69ec06dc996edc9452ea565776c9d9d70c241e68;hpb=40aabf444e124f40603021821e98bcc40c4aaa0e;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;