made all sockets handle partial IO
authorAndrew Tridgell <tridge@samba.org>
Tue, 10 Apr 2007 09:33:21 +0000 (19:33 +1000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 10 Apr 2007 09:33:21 +0000 (19:33 +1000)
commit636ae76f4632b29231db87be32c9114f58b37840
tree3489fc27583ece397263aa61c7aeec520b4c7ee8
parent18d6e58b92f59f18cd7772cdbc1b8812a8609ab4
made all sockets handle partial IO
abstract IO via ctdb_queue_*() functions
common/ctdb_daemon.c
common/ctdb_io.c
include/ctdb.h
include/ctdb_private.h
tcp/ctdb_tcp.h
tcp/tcp_connect.c
tcp/tcp_io.c