summaryrefslogtreecommitdiff
path: root/ctdb/include/ctdb_protocol.h
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2015-10-28 19:18:02 +1100
committerMartin Schwenke <martins@samba.org>2015-11-04 00:47:15 +0100
commit1278a5a4ed527f3fe0f7150854d53b40835121ad (patch)
tree9dd3ba3bcca759a19d3ce1cc80a6c4a7cbb9b8d0 /ctdb/include/ctdb_protocol.h
parent64d8bb626bd17910628efe80835912299ec7c6a9 (diff)
downloadsamba-1278a5a4ed527f3fe0f7150854d53b40835121ad.tar.gz
ctdb-daemon: Rename struct ctdb_control_set_tunable to ctdb_tunable_old
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 c7f31af9323..7da0f33876b 100644
--- a/ctdb/include/ctdb_protocol.h
+++ b/ctdb/include/ctdb_protocol.h
@@ -957,7 +957,7 @@ struct ctdb_marshall_buffer {
/*
structure for setting a tunable
*/
-struct ctdb_control_set_tunable {
+struct ctdb_tunable_old {
uint32_t value;
uint32_t length;
uint8_t name[1];