summaryrefslogtreecommitdiff
path: root/ctdb/include
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2017-08-18 13:50:39 +1000
committerKarolin Seeger <kseeger@samba.org>2017-08-28 11:04:16 +0200
commitda1aad0590fa005d3f166cc1f472d56790b16053 (patch)
tree535adb48738885e20f8dac9e24f0144c6dc225d3 /ctdb/include
parent29270b0e194b7aef71166b72d36b26f418ebe5b8 (diff)
downloadsamba-da1aad0590fa005d3f166cc1f472d56790b16053.tar.gz
ctdb-client: Fix ctdb_ctrl_createdb() to use database flags
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12978 Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net> (cherry picked from commit 4bd0a20a75db3b3c409c25a4bc59aed30464f047)
Diffstat (limited to 'ctdb/include')
-rw-r--r--ctdb/include/ctdb_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/include/ctdb_client.h b/ctdb/include/ctdb_client.h
index d4fd77142ec..8f270ddaa4e 100644
--- a/ctdb/include/ctdb_client.h
+++ b/ctdb/include/ctdb_client.h
@@ -254,7 +254,7 @@ int ctdb_ctrl_getdbseqnum(struct ctdb_context *ctdb, struct timeval timeout,
int ctdb_ctrl_createdb(struct ctdb_context *ctdb, struct timeval timeout,
uint32_t destnode, TALLOC_CTX *mem_ctx,
- const char *name, bool persistent);
+ const char *name, uint8_t db_flags);
int ctdb_ctrl_get_debuglevel(struct ctdb_context *ctdb, uint32_t destnode,
int32_t *level);