summaryrefslogtreecommitdiff
path: root/ctdb/protocol
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2020-02-21 11:04:14 +1100
committerMartin Schwenke <martins@samba.org>2020-03-23 23:45:37 +0000
commit17ed0425904a98624284d351ab7617b3e02c0f7b (patch)
tree483b36cdc633a31fddbeb133e1e5546eeca9bff7 /ctdb/protocol
parentfc23cd1b9cdd1d70067491614b16e616291e8ff2 (diff)
downloadsamba-17ed0425904a98624284d351ab7617b3e02c0f7b.tar.gz
ctdb-protocol: Add control flag CTDB_CTRL_FLAG_ATTACH_RECOVERY
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14294 Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'ctdb/protocol')
-rw-r--r--ctdb/protocol/protocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ctdb/protocol/protocol.h b/ctdb/protocol/protocol.h
index 43175ae3a95..04a651018be 100644
--- a/ctdb/protocol/protocol.h
+++ b/ctdb/protocol/protocol.h
@@ -944,6 +944,7 @@ struct ctdb_req_control {
#define CTDB_CTRL_FLAG_OPCODE_SPECIFIC 0xFFFF0000
/* Ugly overloading of this field... */
#define CTDB_PUBLIC_IP_FLAGS_ONLY_AVAILABLE 0x00010000
+#define CTDB_CTRL_FLAG_ATTACH_RECOVERY 0x00020000
uint32_t flags;
struct ctdb_req_control_data rdata;
};