start splitting the code into separate client and server pieces
authorAndrew Tridgell <tridge@samba.org>
Thu, 7 Jun 2007 12:06:19 +0000 (22:06 +1000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 7 Jun 2007 12:06:19 +0000 (22:06 +1000)
commit603cd77988c181525946cd5eb0f4d0d646b58059
tree67956752992536725f5a5a360c1bbd2a493169fe
parente96424e7d366df29767c4eeaccdcc0cc975cb8ae
start splitting the code into separate client and server pieces
17 files changed:
Makefile.in
client/ctdb_client.c [moved from common/ctdb_client.c with 93% similarity]
common/ctdb_ltdb.c
common/ctdb_message.c
server/ctdb.c [moved from common/ctdb.c with 86% similarity]
server/ctdb_call.c [moved from common/ctdb_call.c with 91% similarity]
server/ctdb_control.c [moved from common/ctdb_control.c with 100% similarity]
server/ctdb_daemon.c [moved from common/ctdb_daemon.c with 92% similarity]
server/ctdb_freeze.c [moved from common/ctdb_freeze.c with 100% similarity]
server/ctdb_lockwait.c [moved from common/ctdb_lockwait.c with 100% similarity]
server/ctdb_ltdb_server.c [new file with mode: 0644]
server/ctdb_monitor.c [moved from common/ctdb_monitor.c with 100% similarity]
server/ctdb_recover.c [moved from common/ctdb_recover.c with 100% similarity]
server/ctdb_recoverd.c [moved from common/ctdb_recoverd.c with 100% similarity]
server/ctdb_traverse.c [moved from common/ctdb_traverse.c with 100% similarity]
server/ctdb_tunables.c [moved from common/ctdb_tunables.c with 100% similarity]
server/ctdbd.c [moved from direct/ctdbd.c with 83% similarity]