X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fnginx.c;h=0da66ce2e94525902008090a31d3d148fb18a51a;hb=39049b56158161b4f9eeacdad8918bcf0f1f7e90;hp=c7e8a08e976fd66c8d51e5b17b7cc8256efce3bf;hpb=e0ec7ff9351918c400b88890d1be2d4de7b0dedb;p=collectd.git diff --git a/src/nginx.c b/src/nginx.c index c7e8a08e..0da66ce2 100644 --- a/src/nginx.c +++ b/src/nginx.c @@ -28,23 +28,23 @@ #include "collectd.h" -#include "common.h" #include "plugin.h" +#include "utils/common/common.h" #include -static char *url = NULL; -static char *user = NULL; -static char *pass = NULL; -static char *verify_peer = NULL; -static char *verify_host = NULL; -static char *cacert = NULL; -static char *timeout = NULL; +static char *url; +static char *user; +static char *pass; +static char *verify_peer; +static char *verify_host; +static char *cacert; +static char *timeout; -static CURL *curl = NULL; +static CURL *curl; static char nginx_buffer[16384]; -static size_t nginx_buffer_len = 0; +static size_t nginx_buffer_len; static char nginx_curl_error[CURL_ERROR_SIZE]; static const char *config_keys[] = {