From ed84c864adbd4a90fdf5d265f34d909ea1825eba Mon Sep 17 00:00:00 2001 From: Cedric RICARD Date: Fri, 4 Jul 2014 00:10:02 +0200 Subject: [PATCH] Added new MUSCLE message ids for License and Model messages --- CXM_message_constants.anubis | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/CXM_message_constants.anubis b/CXM_message_constants.anubis index 5bc2359..ad50849 100644 --- a/CXM_message_constants.anubis +++ b/CXM_message_constants.anubis @@ -151,3 +151,7 @@ public define Word32 _CXM_SUPERVISER_GET_STATUS = 0x33772601. // ************* KERO_PBX API ************* public define Word32 _CXM_KERO_PBX_MSG_BASIS = 0x33780000. // Ask Boxes to publish their informations + +// ************* OTHER MESSAGES ************* +public define Word32 _CXM_MF_MODEL = 1296912196. // 'MMOD' +public define Word32 _CXM_MF_LICENSE = 1296845123. // 'MLIC' -- libgit2 0.21.4