dbwrap_ctdb: implement parse_record_send()/recv()
commit2813b53e1ad60bf2f055a3a6e4124aa07edc6fb4
authorRalph Boehme <slow@samba.org>
Wed, 21 Dec 2016 07:38:25 +0000 (21 08:38 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 18 Apr 2017 20:54:16 +0000 (18 22:54 +0200)
tree1fce206c5b036bb981e11b6b1cbdef190a059b93
parent6a1734ebfd3936e35628df7b04c502bffbec970d
dbwrap_ctdb: implement parse_record_send()/recv()

This mainly works like the sync version, but calls ctdbd_parse_send/recv
instead.

We use one global ctdb connection that is used exclusively for async
requests.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/lib/ctdb_dummy.c
source3/lib/dbwrap/dbwrap_ctdb.c
source3/lib/dbwrap/dbwrap_ctdb.h
source3/lib/util.c