summaryrefslogtreecommitdiff
path: root/ctdb/include/ctdb_protocol.h
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2015-10-28 18:51:22 +1100
committerMartin Schwenke <martins@samba.org>2015-11-04 00:47:15 +0100
commitcb0be4126ff7b8db94b34f2b115db35cddbf137e (patch)
treeedf7512811d4f8ff831030b84223e8c81f270376 /ctdb/include/ctdb_protocol.h
parentca481354c0edcb2afb022ee088010334826fd783 (diff)
downloadsamba-cb0be4126ff7b8db94b34f2b115db35cddbf137e.tar.gz
ctdb-daemon: Rename struct ctdb_tunable to ctdb_tunable_list
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 cf8a82df2f9..a5e7cdbb0a7 100644
--- a/ctdb/include/ctdb_protocol.h
+++ b/ctdb/include/ctdb_protocol.h
@@ -845,7 +845,7 @@ struct ctdb_tickle_list_old {
};
/* all tunable variables go in here */
-struct ctdb_tunable {
+struct ctdb_tunable_list {
uint32_t max_redirect_count;
uint32_t seqnum_interval; /* unit is ms */
uint32_t control_timeout;