X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fascent.c;h=e5589bf68b016e20d4f908752a30ccc5073bd7c2;hb=25824c65721f0f21cadf1607fad367c7e7831816;hp=09dd5de7e0ca829addf66d5dac8a5f2e191ec329;hpb=a396da422740caf336a6d594515e8d80de6f440a;p=collectd.git diff --git a/src/ascent.c b/src/ascent.c index 09dd5de7..e5589bf6 100644 --- a/src/ascent.c +++ b/src/ascent.c @@ -26,8 +26,8 @@ #include "collectd.h" -#include "common.h" #include "plugin.h" +#include "utils/common/common.h" #include #include @@ -98,8 +98,8 @@ static char *timeout; static CURL *curl; static char *ascent_buffer; -static size_t ascent_buffer_size = 0; -static size_t ascent_buffer_fill = 0; +static size_t ascent_buffer_size; +static size_t ascent_buffer_fill; static char ascent_curl_error[CURL_ERROR_SIZE]; static const char *config_keys[] = {