summaryrefslogtreecommitdiffstats
path: root/src/monitor/monitor.c
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2012-12-15 16:24:25 +0100
committerJakub Hrozek <jhrozek@redhat.com>2012-12-18 17:29:59 +0100
commitc65afc26d85589ab58d31878559d6c0bc4139f73 (patch)
treea5c0a4e5c98e8c69459ce44de721fec9fbc9ce9f /src/monitor/monitor.c
parent286b1154bf1fd741463963899b2ae9a5260e9363 (diff)
downloadsssd-c65afc26d85589ab58d31878559d6c0bc4139f73.tar.gz
sssd-c65afc26d85589ab58d31878559d6c0bc4139f73.tar.xz
sssd-c65afc26d85589ab58d31878559d6c0bc4139f73.zip
RESPONDERS: Create a common file with service names and versions
The monitor sends calls different sbus methods to different responders. Instead of including headers of the particular responders directly in monitor, which breaks layering a little, create a common header file that will be included from src/responder/common/
Diffstat (limited to 'src/monitor/monitor.c')
-rw-r--r--src/monitor/monitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/monitor/monitor.c b/src/monitor/monitor.c
index 25169e853..19de7682b 100644
--- a/src/monitor/monitor.c
+++ b/src/monitor/monitor.c
@@ -51,7 +51,7 @@
#include "dbus/dbus.h"
#include "sbus/sssd_dbus.h"
#include "monitor/monitor_interfaces.h"
-#include "responder/nss/nsssrv.h"
+#include "responder/common/responder_sbus.h"
#ifdef USE_KEYRING
#include <keyutils.h>