ctdb-common: Add generic socket I/O
authorAmitay Isaacs <amitay@gmail.com>
Fri, 16 Sep 2016 06:13:18 +0000 (16:13 +1000)
committerAmitay Isaacs <amitay@samba.org>
Sun, 18 Dec 2016 13:23:22 +0000 (14:23 +0100)
commit75a25d13310c53328f2b99f856abc8c5d023bc52
tree084da9f1ddd6ac94abfa1bc947e8b85f4b5bdfd7
parentf0ba41e1c5a9b4000b918211fc16c3545d2133ab
ctdb-common: Add generic socket I/O

This is a generic socket read/write to be used in the ctdb daemon.
It is based on ctdb_io.c and comm.c.

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
ctdb/common/sock_io.c [new file with mode: 0644]
ctdb/common/sock_io.h [new file with mode: 0644]
ctdb/wscript