summaryrefslogtreecommitdiff
path: root/ctdb/include
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2017-03-28 17:14:51 +1100
committerMartin Schwenke <martins@samba.org>2017-06-26 15:47:24 +0200
commit2a33dfc4fb1cac6160cd120bbc85c7c87777d253 (patch)
treec12c0819432512c017890f705e513d86c91f615b /ctdb/include
parent1be2ff8b81871c1e2ff8721a0174862573edec38 (diff)
downloadsamba-2a33dfc4fb1cac6160cd120bbc85c7c87777d253.tar.gz
ctdb-daemon: Ignore tdb open flags passed to DB attach controls
The tdb open flags should be calculated based on the database type and ctdb tunables. Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'ctdb/include')
-rw-r--r--ctdb/include/ctdb_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h
index dd54f35689d..8cdb4d8f0fa 100644
--- a/ctdb/include/ctdb_private.h
+++ b/ctdb/include/ctdb_private.h
@@ -724,7 +724,7 @@ int ctdb_set_db_readonly(struct ctdb_context *ctdb,
int ctdb_process_deferred_attach(struct ctdb_context *ctdb);
int32_t ctdb_control_db_attach(struct ctdb_context *ctdb, TDB_DATA indata,
- TDB_DATA *outdata, uint64_t tdb_flags,
+ TDB_DATA *outdata,
bool persistent, uint32_t client_id,
struct ctdb_req_control_old *c,
bool *async_reply);