changed the way set_call and attach are done so that you can safely
authorAndrew Tridgell <tridge@samba.org>
Mon, 30 Apr 2007 13:31:40 +0000 (15:31 +0200)
committerAndrew Tridgell <tridge@samba.org>
Mon, 30 Apr 2007 13:31:40 +0000 (15:31 +0200)
commit3bad91a9d987d4c09fe3322eac23c2733660ad08
treeadeef65fdeb04b9ca11f3c42ac62476cd77b52d5
parenta2a3b254b22dbaafc8c4934d99cc67d6ae4adbd1
changed the way set_call and attach are done so that you can safely
attach to databases after the protocol has started. The daemon
broadcasts information on new databases to the other daemons.

This also eliminates the need for the client to know about the hash
between db name and db_id.
15 files changed:
common/ctdb.c
common/ctdb_client.c
common/ctdb_control.c
common/ctdb_daemon.c
common/ctdb_ltdb.c
common/ctdb_message.c
common/ctdb_util.c
direct/ctdbd.c
include/ctdb.h
include/ctdb_private.h
tests/ctdb_bench.c
tests/ctdb_fetch.c
tests/ctdb_fetch1.c
tests/ctdb_messaging.c
tests/ctdb_test.c