summaryrefslogtreecommitdiff
path: root/ctdb/server/ctdb_update_record.c
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2015-10-23 14:11:53 +1100
committerMartin Schwenke <martins@samba.org>2015-10-30 02:00:27 +0100
commitb900adc55ce2609faf0b8acb62ab88507cddee42 (patch)
treefa84e2b3199e84d208afe03a8b466bf86b4b2872 /ctdb/server/ctdb_update_record.c
parent4346fe6a0259e326bd5254a9d192f0807b27331e (diff)
downloadsamba-b900adc55ce2609faf0b8acb62ab88507cddee42.tar.gz
ctdb-daemon: Separate prototypes for system specific functions
This groups function prototypes for system specific functions in common/system.h and removes them from ctdb_private.h. Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'ctdb/server/ctdb_update_record.c')
-rw-r--r--ctdb/server/ctdb_update_record.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ctdb/server/ctdb_update_record.c b/ctdb/server/ctdb_update_record.c
index 418bbb10e1c..3b5ea689730 100644
--- a/ctdb/server/ctdb_update_record.c
+++ b/ctdb/server/ctdb_update_record.c
@@ -22,6 +22,7 @@
#include "lib/tdb_wrap/tdb_wrap.h"
#include "tdb.h"
#include "ctdb_private.h"
+#include "common/system.h"
struct ctdb_persistent_write_state {
struct ctdb_db_context *ctdb_db;