summaryrefslogtreecommitdiff
path: root/ctdb/common/ctdb_io.c
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2010-05-20 15:18:30 +0930
committerRusty Russell <rusty@rustcorp.com.au>2010-05-20 15:18:30 +0930
commitd5f6026a225ff811ac32c3b3bb5c81ed0f554054 (patch)
tree3aba1c12fbb9308d077620dc4281c18f8f011778 /ctdb/common/ctdb_io.c
parent6f1221e9e15e9d2b651c976fce51b301f7b5c6cd (diff)
downloadsamba-d5f6026a225ff811ac32c3b3bb5c81ed0f554054.tar.gz
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> (This used to be ctdb commit 4bba6b8cd47b352f98d41f9f06258d5ac3c9adef)
Diffstat (limited to 'ctdb/common/ctdb_io.c')
-rw-r--r--ctdb/common/ctdb_io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/common/ctdb_io.c b/ctdb/common/ctdb_io.c
index b7feed9c118..c9ac989c233 100644
--- a/ctdb/common/ctdb_io.c
+++ b/ctdb/common/ctdb_io.c
@@ -27,7 +27,7 @@
#include "system/network.h"
#include "system/filesys.h"
#include "../include/ctdb_private.h"
-#include "../include/ctdb.h"
+#include "../include/ctdb_client.h"
/* structures for packet queueing - see common/ctdb_io.c */
struct ctdb_partial {