Rest response and request added.

FossilOrigin-Name: 9d71bbc0b554eb2a85b7b7421c17fb3a71692889c36b5be6681a181ec1344330
This commit is contained in:
7u83@mail.ru 2014-08-23 20:20:23 +00:00
parent 4a21d00d75
commit 72b7dbf3aa
1 changed files with 6 additions and 3 deletions

View File

@ -39,9 +39,12 @@ const char * cw_msgtostr(int type)
case CWMSG_CONFIGURATION_STATUS_RESPONSE:
return "configuration status response";
/* Configuration Update Request 7
Configuration Update Response 8
*/
case CWMSG_CONFIGURATION_UPDATE_REQUEST:
return "configuration update request";
case CWMSG_CONFIGURATION_UPDATE_RESPONSE:
return "configuration update response";
case CWMSG_WTP_EVENT_REQUEST:
return "wtp event request";
case CWMSG_WTP_EVENT_RESPONSE: