X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fconntrack.c;h=7b61eef0814647df272bde241244f9468164716d;hp=3cd2deeed3553412a6bfdf6ce672409b8d4aafce;hb=54619dc85fd308b21ed09a0271e5c7383c7921b9;hpb=ba1015262cdc912f9d01ab5a76037e65033c54c5 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)