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

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