Skip to content
Snippets Groups Projects

D-Bus notifications

Merged Daniel Salzman requested to merge dbus into master
+ 6
3
@@ -23,12 +23,9 @@
#ifdef ENABLE_SYSTEMD
#include <systemd/sd-bus.h>
#include <systemd/sd-daemon.h>
#define ZONE_LOAD_TIMEOUT_DEFAULT 60
static sd_bus *_dbus = NULL;
static int zone_load_timeout_s;
static int systemd_zone_load_timeout(void)
@@ -45,6 +42,12 @@ static int systemd_zone_load_timeout(void)
}
#endif
#ifdef ENABLE_DBUS
#include <systemd/sd-daemon.h>
static sd_bus *_dbus = NULL;
#endif
void systemd_zone_load_timeout_notify(void)
{
#ifdef ENABLE_SYSTEMD
Loading