X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Finterface.c;h=0e1397089cb41d177620f4c755320bef6c0ffede;hb=090afcd01854ef4af46064fe59c0bf71ec83d345;hp=40609658ce82541ebeec898d2303b2501aa23e99;hpb=a396da422740caf336a6d594515e8d80de6f440a;p=collectd.git diff --git a/src/interface.c b/src/interface.c index 40609658..0e139708 100644 --- a/src/interface.c +++ b/src/interface.c @@ -24,9 +24,9 @@ #include "collectd.h" -#include "common.h" #include "plugin.h" -#include "utils_ignorelist.h" +#include "utils/common/common.h" +#include "utils/ignorelist/ignorelist.h" #if HAVE_SYS_TYPES_H #include @@ -97,7 +97,7 @@ static bool report_inactive = true; #define MAX_NUMIF 256 extern kstat_ctl_t *kc; static kstat_t *ksp[MAX_NUMIF]; -static int numif = 0; +static int numif; static bool unique_name; #endif /* HAVE_LIBKSTAT */