X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Folsrd.c;h=c8b8b7a96e311c569ce8c4b24fb3611d90aa08b5;hp=eb6407710a6c7229ba2e4b91968c5e146683ec50;hb=48efd3deb4c9139fd060ff3d289896e9031bcc7c;hpb=358bf39b09f69220fc8e1b6c2fe98e5e185e3364 diff --git a/src/olsrd.c b/src/olsrd.c index eb640771..c8b8b7a9 100644 --- a/src/olsrd.c +++ b/src/olsrd.c @@ -26,8 +26,8 @@ #include "collectd.h" -#include "common.h" #include "plugin.h" +#include "utils/common/common.h" #include #include @@ -41,8 +41,8 @@ static const char *config_keys[] = {"Host", "Port", "CollectLinks", "CollectRoutes", "CollectTopology"}; static int config_keys_num = STATIC_ARRAY_SIZE(config_keys); -static char *config_node = NULL; -static char *config_service = NULL; +static char *config_node; +static char *config_service; #define OLSRD_WANT_NOT 0 #define OLSRD_WANT_SUMMARY 1