summaryrefslogtreecommitdiff
path: root/ctdb/include/ctdb_protocol.h
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2015-10-28 19:22:23 +1100
committerMartin Schwenke <martins@samba.org>2015-11-04 00:47:15 +0100
commit417077c8a722b628d4db17f0f1799c70639d5d17 (patch)
treeecba335fc67d9f232a2fafbea1173acc9456ef08 /ctdb/include/ctdb_protocol.h
parent1278a5a4ed527f3fe0f7150854d53b40835121ad (diff)
downloadsamba-417077c8a722b628d4db17f0f1799c70639d5d17.tar.gz
ctdb-daemon: Rename struct ctdb_control_transdb to ctdb_transdb
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'ctdb/include/ctdb_protocol.h')
-rw-r--r--ctdb/include/ctdb_protocol.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ctdb/include/ctdb_protocol.h b/ctdb/include/ctdb_protocol.h
index 7da0f33876b..a850e5c6850 100644
--- a/ctdb/include/ctdb_protocol.h
+++ b/ctdb/include/ctdb_protocol.h
@@ -981,9 +981,9 @@ struct ctdb_control_list_tunable {
};
-struct ctdb_control_transdb {
+struct ctdb_transdb {
uint32_t db_id;
- uint32_t transaction_id;
+ uint32_t tid;
};
#define CTDB_PUBLIC_IP_FLAGS_ONLY_AVAILABLE 0x00010000