From: Stefan Metzmacher Date: Mon, 27 Jul 2026 12:47:16 +0000 (+0200) Subject: messaging.idl: define MSG_CLUSTER_LEVEL_UPGRADED X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d306cc7fcb5f862db4953690f086238f02c6bc8a;p=thirdparty%2Fsamba.git messaging.idl: define MSG_CLUSTER_LEVEL_UPGRADED This will be used to inform all processes connected to ctdbd that the cluster functional level was upgraded and processes should re-check the value stored in cluster_level.tdb. The message itself doesn't have any payload. Signed-off-by: Stefan Metzmacher Reviewed-by: Ralph Boehme --- diff --git a/librpc/idl/messaging.idl b/librpc/idl/messaging.idl index 6c825a6092d..24b6f0af027 100644 --- a/librpc/idl/messaging.idl +++ b/librpc/idl/messaging.idl @@ -51,6 +51,9 @@ interface messaging MSG_DAEMON_READY_FD = 0x0035, + /* This sends an empty message */ + MSG_CLUSTER_LEVEL_UPGRADED = 0x0040, + /* nmbd messages */ MSG_FORCE_ELECTION = 0x0101, MSG_WINS_NEW_ENTRY = 0x0102,