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)
commitae3d54094bab1aa79143912609ea35fb1dcb79da
tree8ae0aa28ea8f98b17216a70850dc5b06e31b717f
parent3d75c9a51dfaac9858d89972697419f38aed6a06
start splitting the code into separate client and server pieces
(This used to be ctdb commit 603cd77988c181525946cd5eb0f4d0d646b58059)
17 files changed:
ctdb/Makefile.in
ctdb/client/ctdb_client.c [moved from ctdb/common/ctdb_client.c with 93% similarity]
ctdb/common/ctdb_ltdb.c
ctdb/common/ctdb_message.c
ctdb/server/ctdb.c [moved from ctdb/common/ctdb.c with 86% similarity]
ctdb/server/ctdb_call.c [moved from ctdb/common/ctdb_call.c with 91% similarity]
ctdb/server/ctdb_control.c [moved from ctdb/common/ctdb_control.c with 100% similarity]
ctdb/server/ctdb_daemon.c [moved from ctdb/common/ctdb_daemon.c with 92% similarity]
ctdb/server/ctdb_freeze.c [moved from ctdb/common/ctdb_freeze.c with 100% similarity]
ctdb/server/ctdb_lockwait.c [moved from ctdb/common/ctdb_lockwait.c with 100% similarity]
ctdb/server/ctdb_ltdb_server.c [new file with mode: 0644]
ctdb/server/ctdb_monitor.c [moved from ctdb/common/ctdb_monitor.c with 100% similarity]
ctdb/server/ctdb_recover.c [moved from ctdb/common/ctdb_recover.c with 100% similarity]
ctdb/server/ctdb_recoverd.c [moved from ctdb/common/ctdb_recoverd.c with 100% similarity]
ctdb/server/ctdb_traverse.c [moved from ctdb/common/ctdb_traverse.c with 100% similarity]
ctdb/server/ctdb_tunables.c [moved from ctdb/common/ctdb_tunables.c with 100% similarity]
ctdb/server/ctdbd.c [moved from ctdb/direct/ctdbd.c with 83% similarity]