r20889: import ctdb cluster backend from bzr
commit53be449630bd67d649a9e70cc7e25a9799c0616b
authorAndrew Tridgell <tridge@samba.org>
Fri, 19 Jan 2007 03:54:48 +0000 (19 03:54 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:43:46 +0000 (10 14:43 -0500)
treeda1ea408f2734c8dec3573e0d1023a2e178174cb
parent5530e6effe03615499fbdc5ff2fe663ffa0223a9
r20889: import ctdb cluster backend from bzr

it will be interesting to see how the build farm handles this
17 files changed:
source/cluster/config.mk
source/cluster/ctdb/brlock_ctdb.c [new file with mode: 0644]
source/cluster/ctdb/common/ctdb.c [new file with mode: 0644]
source/cluster/ctdb/common/ctdb_call.c [new file with mode: 0644]
source/cluster/ctdb/common/ctdb_ltdb.c [new file with mode: 0644]
source/cluster/ctdb/common/ctdb_util.c [new file with mode: 0644]
source/cluster/ctdb/config.mk [new file with mode: 0644]
source/cluster/ctdb/ctdb_cluster.c [new file with mode: 0644]
source/cluster/ctdb/ctdb_cluster.h [new file with mode: 0644]
source/cluster/ctdb/include/ctdb.h [new file with mode: 0644]
source/cluster/ctdb/include/ctdb_private.h [new file with mode: 0644]
source/cluster/ctdb/tcp/ctdb_tcp.h [new file with mode: 0644]
source/cluster/ctdb/tcp/tcp_connect.c [new file with mode: 0644]
source/cluster/ctdb/tcp/tcp_init.c [new file with mode: 0644]
source/cluster/ctdb/tcp/tcp_io.c [new file with mode: 0644]
source/cluster/ctdb/tests/ctdb_bench.c [new file with mode: 0644]
source/cluster/ctdb/tests/ctdb_test.c [new file with mode: 0644]