messaging: Add new SMBD message
authorVinit Agnihotri <vagnihotri@ddn.com>
Thu, 29 Feb 2024 06:22:38 +0000 (22:22 -0800)
committerMartin Schwenke <martins@samba.org>
Tue, 16 Apr 2024 23:51:45 +0000 (23:51 +0000)
Signed-off-by: Vinit Agnihotri <vagnihotri@ddn.com>
Reviewed-by: Martin Schwenke <mschwenke@ddn.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
librpc/idl/messaging.idl

index df579cfa8450cdb22dce0639b7d69c03badb77c3..9bf15fc670832ac50a71dd355a68b26a01a31528 100644 (file)
@@ -117,6 +117,9 @@ interface messaging
                /* smbd message */
                MSG_SMB_FORCE_TDIS_DENIED       = 0x0321,
 
+               /* smbd ip dropped message */
+               MSG_SMB_IP_DROPPED              = 0x0322,
+
                /* winbind messages */
                MSG_WINBIND_FINISHED            = 0x0401,
                MSG_WINBIND_FORGET_STATE        = 0x0402,