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