New version, state2string updated

This commit is contained in:
Massimiliano Pinto
2013-06-12 17:18:22 +02:00
parent 2cf646d948
commit 82b70e3877
3 changed files with 9 additions and 7 deletions

View File

@ -168,6 +168,8 @@ gw_dcb_state2string (int state) {
return "DCB for listening socket";
case DCB_STATE_DISCONNECTED:
return "DCB socket closed";
case DCB_STATE_FREED:
return "DCB memory could be freed";
default:
return "DCB (unknown)";
}