diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2008-11-20 15:11:27 -0500 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2008-11-20 16:22:21 -0500 |
commit | 2671d14d8068f8f0ee43cab529f10163a4b7dee1 (patch) | |
tree | 9eb2ba6a6199095d321455b245fd2fdf2cbf7643 /server/sbus | |
parent | ed52202447ff9e80daa64864df271988bc5332ae (diff) | |
download | sssd-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/sbus/sssd_dbus.h b/server/sbus/sssd_dbus.h index 94447a6..75567ac 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 **); /* |