From f52c3c6a93f673ba422f5eee1788e2f5b70b3a6a Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 14 Jan 2009 15:52:48 -0500 Subject: Add code to make it easier to reconnect in case the server is not available immediately or drops the dbus connection. First step is the nss connection to the data provider. --- server/sbus/sssd_dbus.h | 1 + 1 file changed, 1 insertion(+) (limited to 'server/sbus/sssd_dbus.h') diff --git a/server/sbus/sssd_dbus.h b/server/sbus/sssd_dbus.h index cf59a22f..51a16e20 100644 --- a/server/sbus/sssd_dbus.h +++ b/server/sbus/sssd_dbus.h @@ -89,6 +89,7 @@ void sbus_conn_set_private_data(struct sbus_conn_ctx *conn_ctx, void *pvt_data); void *sbus_conn_get_private_data(struct sbus_conn_ctx *conn_ctx); int sbus_conn_add_method_ctx(struct sbus_conn_ctx *conn_ctx, struct sbus_method_ctx *method_ctx); +bool sbus_conn_disconnecting(struct sbus_conn_ctx *conn_ctx); /* Default message handler * Should be usable for most cases */ -- cgit