From f8469b71247b5a41cfdf0f54c25ceda1552e0ee9 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 23 Feb 2009 08:46:46 -0500 Subject: Attach the InfoPipe to the D-BUS system bus. InfoPipe is now capable of listening for requests to org.freeipa.sssd.infopipe I made the sbus_add_connection function public so that I could use it for system bus connections. Adding initial framework for the InfoPipe Updating sysdb tests for the refactored sysdb methods. --- server/sbus/sssd_dbus_private.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'server/sbus/sssd_dbus_private.h') diff --git a/server/sbus/sssd_dbus_private.h b/server/sbus/sssd_dbus_private.h index d102c8c9d..bcaee62cd 100644 --- a/server/sbus/sssd_dbus_private.h +++ b/server/sbus/sssd_dbus_private.h @@ -1,12 +1,6 @@ #ifndef _SSSD_DBUS_PRIVATE_H_ #define _SSSD_DBUS_PRIVATE_H_ -int sbus_add_connection(TALLOC_CTX *ctx, - struct event_context *ev, - DBusConnection *dbus_conn, - struct sbus_conn_ctx **dct_ctx, - int connection_type); - struct timeval _dbus_timeout_get_interval_tv(int interval); void sbus_remove_watch(DBusWatch *watch, void *data); void sbus_remove_timeout(DBusTimeout *timeout, void *data); -- cgit