X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fconntrack.c;h=7b61eef0814647df272bde241244f9468164716d;hp=3cd2deeed3553412a6bfdf6ce672409b8d4aafce;hb=48efd3deb4c9139fd060ff3d289896e9031bcc7c;hpb=3d082a905619c19ca5b7183bb95a30d4d9529c4d diff --git a/src/conntrack.c b/src/conntrack.c index 3cd2deee..7b61eef0 100644 --- a/src/conntrack.c +++ b/src/conntrack.c @@ -23,8 +23,8 @@ #include "collectd.h" -#include "common.h" #include "plugin.h" +#include "utils/common/common.h" #if !KERNEL_LINUX #error "No applicable input method." @@ -41,7 +41,7 @@ static int config_keys_num = STATIC_ARRAY_SIZE(config_keys); Each table/chain combo that will be queried goes into this list */ -static int old_files = 0; +static int old_files; static int conntrack_config(const char *key, const char *value) { if (strcmp(key, "OldFiles") == 0)