messaging: make sure to not reuse existing message ids.
authorJosé A. Rivera <jarrpa@samba.org>
Wed, 16 Sep 2015 18:10:24 +0000 (20:10 +0200)
committerGünther Deschner <gd@samba.org>
Sun, 3 Feb 2019 09:26:20 +0000 (10:26 +0100)
Signed-off-by: Jose A. Rivera <jarrpa@samba.org>
librpc/idl/messaging.idl

index 97269cedcd75145136e8b7bef773b40cc8935aa9..ae7f5f277f4f2f82c56b6c56f9bf1c32eeb28288 100644 (file)
@@ -151,10 +151,10 @@ interface messaging
                MSG_GROUP_LOG                   = 0x0803,
 
                /* witness messages */
-               MSG_WITNESS_CHANGE_NOTIFICATION         = 0x0900,
-               MSG_WITNESS_MOVE_NOTIFICATION           = 0x0901,
-               MSG_WITNESS_SHARE_MOVE_NOTIFICATION     = 0x0902,
-               MSG_WITNESS_IP_NOTIFICATION             = 0x0903,
+               MSG_WITNESS_CHANGE_NOTIFICATION         = 0x07F0,
+               MSG_WITNESS_MOVE_NOTIFICATION           = 0x07F1,
+               MSG_WITNESS_SHARE_MOVE_NOTIFICATION     = 0x07F2,
+               MSG_WITNESS_IP_NOTIFICATION             = 0x07F3,
 
                /* dbwrap messages 4001-4999 (0x0FA0 - 0x1387) */
                /* MSG_DBWRAP_TDB2_CHANGES              = 4001, */