summaryrefslogtreecommitdiffstats
path: root/server/sbus
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2008-11-20 15:11:27 -0500
committerSimo Sorce <idra@samba.org>2008-11-20 16:22:21 -0500
commit2671d14d8068f8f0ee43cab529f10163a4b7dee1 (patch)
tree9eb2ba6a6199095d321455b245fd2fdf2cbf7643 /server/sbus
parented52202447ff9e80daa64864df271988bc5332ae (diff)
downloadsssd-2671d14d8068f8f0ee43cab529f10163a4b7dee1.tar.gz
sssd-2671d14d8068f8f0ee43cab529f10163a4b7dee1.tar.xz
sssd-2671d14d8068f8f0ee43cab529f10163a4b7dee1.zip
Created a helper function sssd_service_sbus_init() to simplify creating the initial connection to the monitor service within the child services. It will create the D-BUS connection to the monitor and configure the service to handle the mandatory getIdentity and ping methods.
Diffstat (limited to 'server/sbus')
-rw-r--r--server/sbus/sssd_dbus.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/sbus/sssd_dbus.h b/server/sbus/sssd_dbus.h
index 94447a6e3..75567ac04 100644
--- a/server/sbus/sssd_dbus.h
+++ b/server/sbus/sssd_dbus.h
@@ -24,6 +24,8 @@
struct sbus_conn_ctx;
+#include "dbus/dbus.h"
+
typedef int (*sbus_msg_handler_fn)(DBusMessage *, void *, DBusMessage **);
/*