summaryrefslogtreecommitdiff
path: root/ctdb/include/ctdb_protocol.h
diff options
context:
space:
mode:
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;
};