summaryrefslogtreecommitdiff
path: root/ctdb/include/ctdb_protocol.h
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2015-10-28 19:10:53 +1100
committerMartin Schwenke <martins@samba.org>2015-11-04 00:47:15 +0100
commit64d8bb626bd17910628efe80835912299ec7c6a9 (patch)
treed1fa928c191bbdf929c0e3f6879d5af171d32e3b /ctdb/include/ctdb_protocol.h
parentf8c2dc32206ed5e6244f9a9dc3e9dbdd24f7e194 (diff)
downloadsamba-64d8bb626bd17910628efe80835912299ec7c6a9.tar.gz
ctdb-daemon: Rename struct ctdb_control_pulldb to ctdb_pulldb
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/include/ctdb_protocol.h b/ctdb/include/ctdb_protocol.h
index b235f4622a5..c7f31af9323 100644
--- a/ctdb/include/ctdb_protocol.h
+++ b/ctdb/include/ctdb_protocol.h
@@ -942,7 +942,7 @@ struct ctdb_node_flag_change {
#define CTDB_LMASTER_ANY 0xffffffff
/* structure used for pulldb control */
-struct ctdb_control_pulldb {
+struct ctdb_pulldb {
uint32_t db_id;
uint32_t lmaster;
};