remove the old ctdb_attach() function and move all callers over to the new ctdb_attac...
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Mon, 17 May 2010 04:26:19 +0000 (14:26 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Mon, 17 May 2010 04:26:19 +0000 (14:26 +1000)
commit3e9720d1dea95daf0c442eb2fbcbc1c90a0ccc47
treeb6cccfbf68881a09844de39824c9f95d330dccc3
parentb70bae2884a1594aea10001975f286e598f34746
remove the old ctdb_attach() function and move all callers over to the new ctdb_attachdb() in libctdb
15 files changed:
client/ctdb_client.c
include/ctdb.h
include/ctdb_protocol.h
libctdb/libctdb.c
server/ctdb_recoverd.c
tests/src/ctdb_bench.c
tests/src/ctdb_fetch.c
tests/src/ctdb_fetch_one.c
tests/src/ctdb_persistent.c
tests/src/ctdb_randrec.c
tests/src/ctdb_store.c
tests/src/ctdb_transaction.c
tests/src/ctdb_traverse.c
tools/ctdb.c
tools/ctdb_vacuum.c