lib: Move async message handling out of ctdbd_conn
authorVolker Lendecke <vl@samba.org>
Sun, 24 Apr 2016 15:37:33 +0000 (17:37 +0200)
committerRalph Boehme <slow@samba.org>
Tue, 17 May 2016 11:18:31 +0000 (13:18 +0200)
commit069d79bbd9ad3f37e9b1a89372301179f726300d
treeb8e2168c26c79c40d322c05189016a4b45eaae5e
parent33c8861fc5ed828fe8e1d5b752f09a0c0ea4cc55
lib: Move async message handling out of ctdbd_conn

messages_ctdbd.c is the code that is genuinely interested in
async messages from ctdb, so let it take care of them.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/lib/messages_ctdbd.c