summaryrefslogtreecommitdiff
path: root/ctdb/include/ctdb_protocol.h
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2015-10-28 18:23:13 +1100
committerMartin Schwenke <martins@samba.org>2015-11-04 00:47:15 +0100
commite34afd85161d462ee67ff5baa0ce1016c8b74438 (patch)
treec8fc97309639fc0658ddd6840466c06f037ef1d6 /ctdb/include/ctdb_protocol.h
parentcf1ac77b3a96f2d9214e132a5a18966d31322880 (diff)
downloadsamba-e34afd85161d462ee67ff5baa0ce1016c8b74438.tar.gz
ctdb-daemon: Rename struct srvid_request_data to ctdb_disable_message
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 195fdc949f6..3055b812cd9 100644
--- a/ctdb/include/ctdb_protocol.h
+++ b/ctdb/include/ctdb_protocol.h
@@ -831,10 +831,10 @@ struct ctdb_srvid_message {
uint64_t srvid;
};
-struct srvid_request_data {
+struct ctdb_disable_message {
uint32_t pnn;
uint64_t srvid;
- uint32_t data;
+ uint32_t timeout;
};
/* the wire representation for a tcp tickle array */