1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/ctdb/client
Martin Schwenke 00f7d18304 ctdb: Drop unnecessary defines of TEVENT_DEPRECATED
These have been scattered around the code so that
tevent_loop_allow_nesting() can be called.  However, only the main
daemon and some tests currently use nested event loops.
TEVENT_DEPRECATED is already defined in the places where it is needed.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>

Autobuild-User(master): Amitay Isaacs <amitay@samba.org>
Autobuild-Date(master): Fri Feb 26 07:11:29 CET 2016 on sn-devel-144
2016-02-26 07:11:29 +01:00
..
client_call.c ctdb-client: Add new client API implementation 2015-10-07 14:53:29 +02:00
client_connect.c ctdb-client: Add sync API for waiting for recovery 2016-02-24 08:44:37 +01:00
client_control_sync.c ctdb-client: Drop support for updating NAT gateway capability 2016-01-27 15:28:17 +01:00
client_control.c ctdb-client: Do not delete reqid explicitly 2016-01-20 04:19:11 +01:00
client_db.c ctdb-client: Add missing initialisation of calldata 2016-02-24 11:57:23 +01:00
client_message_sync.c ctdb-client: Replace ctdb_logging.h with common/logging.h 2015-11-16 00:46:14 +01:00
client_message.c ctdb-client: Remove TALLOC_CTX argument from sync functions 2016-02-24 08:44:38 +01:00
client_private.h ctdb-client: Add a disconnect callback for ctdb client 2016-01-20 04:19:11 +01:00
client_util.c ctdb-client: Replace ctdb_logging.h with common/logging.h 2015-11-16 00:46:14 +01:00
client.h ctdb-client: Remove TALLOC_CTX argument from sync functions 2016-02-24 08:44:38 +01:00
ctdb_client.c ctdb: Drop unnecessary defines of TEVENT_DEPRECATED 2016-02-26 07:11:29 +01:00