1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00
samba-mirror/ctdb
Ronnie sahlberg b84ade51db add a CONNECT_WAIT flag to replace the call ctdb_connect_wait() since
we can no longer use this function from the application if we are in daemon mode.


add a horrible "sleep()" to ctdb_test.c   to prevent the daemon from dissapearing (parent process died) when the application exits which may happen before the other nodes in the test have finished talking to our daemon

(This used to be ctdb commit 74d35dafe06d71e755f3a58cc58d4b9b56fc821b)
2007-04-10 12:18:58 +10:00
..
common add a CONNECT_WAIT flag to replace the call ctdb_connect_wait() since 2007-04-10 12:18:58 +10:00
ib ib: added external send queue to workaround downtime 2007-02-26 11:59:20 +01:00
include add a CONNECT_WAIT flag to replace the call ctdb_connect_wait() since 2007-04-10 12:18:58 +10:00
lib added rest of tdb (missed in earlier commit) 2007-02-20 13:24:45 +11:00
tcp When we create a tcp connection to a remote ctdb node do an explicit bind() to set our source side to the same ip address as we use to listen to ctdb traffic. 2007-04-06 09:08:41 +10:00
tests add a CONNECT_WAIT flag to replace the call ctdb_connect_wait() since 2007-04-10 12:18:58 +10:00
.bzrignore ignored some files 2007-02-20 13:23:43 +11:00
aclocal.m4 initial version 2006-11-18 10:41:20 +11:00
autogen.sh initial version 2006-11-18 10:41:20 +11:00
config.guess initial version 2006-11-18 10:41:20 +11:00
config.sub initial version 2006-11-18 10:41:20 +11:00
configure.ac Made infiniband support configurable. 2006-12-15 16:02:45 +01:00
install-sh initial version 2006-11-18 10:41:20 +11:00
Makefile.in dispatcher daemon first try. 2007-04-09 11:51:27 +10:00
README added a README 2006-11-18 10:57:01 +11:00

To build this you need a recent copy of talloc, libreplace and tdb in
the directory above this directory.