]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ctdb-protocol: Add control flag CTDB_CTRL_FLAG_ATTACH_RECOVERY
authorMartin Schwenke <martin@meltin.net>
Fri, 21 Feb 2020 00:04:14 +0000 (11:04 +1100)
committerMartin Schwenke <martins@samba.org>
Mon, 23 Mar 2020 23:45:37 +0000 (23:45 +0000)
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>
ctdb/protocol/protocol.h

index 43175ae3a9546b9826e9fc7edd62c0aab815e34a..04a651018be823858a03a721615dbfa372653fdc 100644 (file)
@@ -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;
 };