r22231: merge from bzr ctdb tree
authorAndrew Tridgell <tridge@samba.org>
Mon, 16 Apr 2007 00:18:54 +0000 (00:18 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:50:40 +0000 (14:50 -0500)
commitc9f04d8648cfdd573d45d47467bc964ef01f754d
tree115acf98b7b136f07dd8b16bbd50c9f7cbcdd3bb
parentbb36705c8d360a2ba865a3d8118c52afa1e46f4e
r22231: merge from bzr ctdb tree
(This used to be commit 807b959082d3b9a929c9f6597714e636638a940e)
54 files changed:
source4/cluster/ctdb/Makefile.in [new file with mode: 0644]
source4/cluster/ctdb/README [new file with mode: 0644]
source4/cluster/ctdb/autogen.sh [new file with mode: 0755]
source4/cluster/ctdb/common/ctdb.c
source4/cluster/ctdb/common/ctdb_call.c
source4/cluster/ctdb/common/ctdb_client.c [new file with mode: 0644]
source4/cluster/ctdb/common/ctdb_daemon.c [new file with mode: 0644]
source4/cluster/ctdb/common/ctdb_io.c [new file with mode: 0644]
source4/cluster/ctdb/common/ctdb_ltdb.c
source4/cluster/ctdb/common/ctdb_message.c
source4/cluster/ctdb/config.guess [new file with mode: 0755]
source4/cluster/ctdb/config.mk
source4/cluster/ctdb/configure.ac [new file with mode: 0644]
source4/cluster/ctdb/ctdb_cluster.c
source4/cluster/ctdb/direct/README [new file with mode: 0644]
source4/cluster/ctdb/direct/ctdbd.c [new file with mode: 0644]
source4/cluster/ctdb/direct/ctdbd.sh [new file with mode: 0755]
source4/cluster/ctdb/direct/ctdbd_test.c [new file with mode: 0644]
source4/cluster/ctdb/direct/nodes.txt [new file with mode: 0644]
source4/cluster/ctdb/ib/README.txt [new file with mode: 0644]
source4/cluster/ctdb/ib/config.m4 [new file with mode: 0644]
source4/cluster/ctdb/ib/ibw_ctdb.c [new file with mode: 0644]
source4/cluster/ctdb/ib/ibw_ctdb.h [new file with mode: 0644]
source4/cluster/ctdb/ib/ibw_ctdb_init.c [new file with mode: 0644]
source4/cluster/ctdb/ib/ibwrapper.c [new file with mode: 0644]
source4/cluster/ctdb/ib/ibwrapper.h [new file with mode: 0644]
source4/cluster/ctdb/ib/ibwrapper_internal.h [new file with mode: 0644]
source4/cluster/ctdb/ib/ibwrapper_test.c [new file with mode: 0644]
source4/cluster/ctdb/include/ctdb.h
source4/cluster/ctdb/include/ctdb_private.h
source4/cluster/ctdb/include/idtree.h [new file with mode: 0644]
source4/cluster/ctdb/include/includes.h [new file with mode: 0644]
source4/cluster/ctdb/install-sh [new file with mode: 0755]
source4/cluster/ctdb/opendb_ctdb.c
source4/cluster/ctdb/tcp/ctdb_tcp.h
source4/cluster/ctdb/tcp/tcp_connect.c
source4/cluster/ctdb/tcp/tcp_init.c
source4/cluster/ctdb/tcp/tcp_io.c
source4/cluster/ctdb/tests/1node.txt [new file with mode: 0644]
source4/cluster/ctdb/tests/4nodes.txt [new file with mode: 0644]
source4/cluster/ctdb/tests/bench-ssh.sh [new file with mode: 0755]
source4/cluster/ctdb/tests/bench.sh [new file with mode: 0755]
source4/cluster/ctdb/tests/bench1.sh [new file with mode: 0755]
source4/cluster/ctdb/tests/ctdb_bench.c
source4/cluster/ctdb/tests/ctdb_fetch.c
source4/cluster/ctdb/tests/ctdb_fetch1.c [new file with mode: 0644]
source4/cluster/ctdb/tests/ctdb_messaging.c [new file with mode: 0644]
source4/cluster/ctdb/tests/ctdb_test.c
source4/cluster/ctdb/tests/fetch.sh [new file with mode: 0755]
source4/cluster/ctdb/tests/fetch1.sh [new file with mode: 0755]
source4/cluster/ctdb/tests/messaging.sh [new file with mode: 0755]
source4/cluster/ctdb/tests/nodes.txt [new file with mode: 0644]
source4/cluster/ctdb/tests/test.sh [new file with mode: 0755]
source4/cluster/ctdb/tests/test1.sh [new file with mode: 0755]