summaryrefslogtreecommitdiff
path: root/ctdb/include
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2016-07-19 17:49:14 +1000
committerAmitay Isaacs <amitay@samba.org>2016-07-25 21:29:43 +0200
commit3927603ca2faa12b729db7f4a5eb43360ce9cdab (patch)
tree0b2c416b85f2d3685fbd8ecb8b5aa55f3936ac0c /ctdb/include
parenta7dd60e38c1efed6456b68ef435c1d3e9687eae5 (diff)
downloadsamba-3927603ca2faa12b729db7f4a5eb43360ce9cdab.tar.gz
ctdb-daemon: Remove priority field from ctdb_db_context
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h
index b2e52029def..01130154794 100644
--- a/ctdb/include/ctdb_private.h
+++ b/ctdb/include/ctdb_private.h
@@ -388,7 +388,6 @@ struct ctdb_db_context {
struct ctdb_db_context *next, *prev;
struct ctdb_context *ctdb;
uint32_t db_id;
- uint32_t priority;
bool persistent;
bool readonly; /* Do we support read-only delegations ? */
bool sticky; /* Do we support sticky records ? */