messaging.idl: add MSG_RPCD_WITNESS_REGISTRATION_UPDATE
authorStefan Metzmacher <metze@samba.org>
Thu, 21 Dec 2023 14:03:05 +0000 (15:03 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 26 Jan 2024 17:00:33 +0000 (17:00 +0000)
This will be used for rpcd_witness_registration_updateB messages
in 'net witness [client-move,...]' commands later.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
librpc/idl/messaging.idl

index 2bcf10214533b3e482f1c9fad009bcf53aee51c0..df579cfa8450cdb22dce0639b7d69c03badb77c3 100644 (file)
@@ -141,6 +141,9 @@ interface messaging
                MSG_SMBXSRV_CONNECTION_PASSED   = 0x0602,
                MSG_SMBXSRV_CONNECTION_DROP     = 0x0603,
 
+               /* rpcd_witness messages */
+               MSG_RPCD_WITNESS_REGISTRATION_UPDATE = 0x0680,
+
                /* source4 and NTVFS smb server messages */
                MSG_BRL_RETRY                   = 0x0700,
                MSG_PVFS_RETRY_OPEN             = 0x0701,