summaryrefslogtreecommitdiff
path: root/ctdb/protocol/protocol.h
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2017-09-29 12:16:21 +1000
committerMartin Schwenke <martins@samba.org>2017-10-10 11:45:19 +0200
commit6fed8a731a9de7d045871a5da819e9979631c3b6 (patch)
tree00a73ecc30c0c2af46b85f2eca0576b905a47ee5 /ctdb/protocol/protocol.h
parentad1a9176d1ffa1be29cf090821acbdb23476c252 (diff)
downloadsamba-6fed8a731a9de7d045871a5da819e9979631c3b6.tar.gz
ctdb-protocol: Add tunnel id prefix for testing
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'ctdb/protocol/protocol.h')
-rw-r--r--ctdb/protocol/protocol.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ctdb/protocol/protocol.h b/ctdb/protocol/protocol.h
index af263519c96..cb807e3b939 100644
--- a/ctdb/protocol/protocol.h
+++ b/ctdb/protocol/protocol.h
@@ -1003,6 +1003,8 @@ struct ctdb_req_keepalive {
uint32_t uptime;
};
+#define CTDB_TUNNEL_TEST 0xffffffff00000000
+
#define CTDB_TUNNEL_FLAG_REQUEST 0x00000001
#define CTDB_TUNNEL_FLAG_REPLY 0x00000002
#define CTDB_TUNNEL_FLAG_NOREPLY 0x00000010