ctdbd_conn: Move message handling out of ctdbd_conn.c
authorVolker Lendecke <vl@samba.org>
Tue, 19 May 2015 14:55:32 +0000 (16:55 +0200)
committerVolker Lendecke <vl@samba.org>
Thu, 28 May 2015 09:13:09 +0000 (11:13 +0200)
commita37398b9de835eaf95237cf5c8ade41d0800a37c
tree96e3ad52e6ff2dcbb09ba75e21f27dbbd6422d3d
parent24eb3659e3ee5a262a80aea1b36a8e5ef3c7be99
ctdbd_conn: Move message handling out of ctdbd_conn.c

This also removes the deferred message handling. It's no longer required,
because the messaging_send_iov_from always goes through the kernel which
takes at least one round through tevent.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/lib/ctdbd_conn.c
source3/lib/messages_ctdbd.c