From 2671d14d8068f8f0ee43cab529f10163a4b7dee1 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 20 Nov 2008 15:11:27 -0500 Subject: 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. --- server/sbus/sssd_dbus.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/sbus') 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 **); /* -- cgit