ctdb-daemon: Add AllowMixedVersions tunable
[samba.git] / ctdb / common / tunable.c
index 5b640d9a902daf4cb8c8d7d31740e7c1ad8846b7..ed7a52da15382ab7e550e5a8e614d40ba7d37c86 100644 (file)
@@ -155,6 +155,8 @@ static struct {
                offsetof(struct ctdb_tunable_list, queue_buffer_size) },
        { "IPAllocAlgorithm", 2, false,
                offsetof(struct ctdb_tunable_list, ip_alloc_algorithm) },
+       { "AllowMixedVersions", 0, false,
+               offsetof(struct ctdb_tunable_list, allow_mixed_versions) },
        { NULL, 0, true, }
 };