Commit 2efabe087e68c8d3683547896157fc81cd467ca4
1 parent
25d0e79e
added message _CXM_FORCE_PUBLISH_MF_CONFIG
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
calexium_lib/CXM_message_constants.anubis
| ... | ... | @@ -16,6 +16,7 @@ public define Word32 _C_SHUTDOWN_BOX = 0x33770003. // Used to as |
| 16 | 16 | public define Word32 _CXM_SET_BOX_NETWORK_PARAMS = 0x33770004. // Define network configuration of boxes |
| 17 | 17 | public define Word32 _CXM_RESET_ADMIN_PWD = 0x33770005. // Ask the MailFountain to reset the admin pwd. |
| 18 | 18 | public define Word32 _CXM_FULL_RESET = 0x33770006. // Ask the MailFountain to proceed to a full reset of its data. After that, the MailFountain is totally empty (mail, config, domain, logs, etc...) |
| 19 | +public define Word32 _CXM_FORCE_PUBLISH_MF_CONFIG = 0x33770007. // Ask the MailFountain to proceed a Config publishing to DomainManager | |
| 19 | 20 | |
| 20 | 21 | // **************** PACKAGE BUILDER *************** |
| 21 | 22 | ... | ... |