libctdb: reorganize headers: remove ctdb.h, add ctdb_client.h and ctdb_protocol.h
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 20 May 2010 05:48:30 +0000 (15:18 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 20 May 2010 05:48:30 +0000 (15:18 +0930)
commit4bba6b8cd47b352f98d41f9f06258d5ac3c9adef
tree0d736ccc26122be9f893dda30c25db979f9c34df
parentfa045733cb81412f0d02ab52d74eabc7efca8b3d
libctdb: reorganize headers: remove ctdb.h, add ctdb_client.h and ctdb_protocol.h

ctdb_client.h is the existing internal client interface (which was mainly
in ctdb.h), and ctdb_protocol.h is the information needed for the wire
protocol only.

ctdb.h will be the new, shiny, libctdb API.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
16 files changed:
Makefile.in
common/cmdline.c
common/ctdb_io.c
common/ctdb_logging.c
include/ctdb_client.h [moved from include/ctdb.h with 72% similarity]
include/ctdb_private.h
include/ctdb_protocol.h [new file with mode: 0644]
include/includes.h
packaging/RPM/ctdb.spec.in
server/ctdb_banning.c
server/ctdb_daemon.c
server/ctdb_logging.c
server/ctdb_recoverd.c
tests/src/ctdb_bench.c
tools/ctdb.c
tools/ctdb_vacuum.c