X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=src%2Fcommon.c;h=e46397c624be004daa578e0539563b90bd5985e8;hb=b0648742235b8ed4e1b16977286b8de07e7054cf;hp=5243e40739880ba4c980857ba6cda184a66d90c3;hpb=8723cfa97706adedcfda1f05c5dd1fc234b40200;p=netdata.git diff --git a/src/common.c b/src/common.c index 5243e407..e46397c6 100644 --- a/src/common.c +++ b/src/common.c @@ -8,6 +8,7 @@ # define MADV_DONTFORK INHERIT_NONE #endif /* __FreeBSD__ || __APPLE__*/ +char *netdata_configured_hostname = NULL; char *netdata_configured_config_dir = NULL; char *netdata_configured_log_dir = NULL; char *netdata_configured_plugins_dir = NULL;