| 4699 | } |
| 4700 | |
| 4701 | void cleanupserver() |
| 4702 | { |
| 4703 | if(serverhost) { enet_host_destroy(serverhost); serverhost = NULL; } |
| 4704 | if(svcctrl) |
| 4705 | { |
| 4706 | svcctrl->stop(); |
| 4707 | DELETEP(svcctrl); |
| 4708 | } |
| 4709 | exitlogging(); |
| 4710 | } |
| 4711 | |
| 4712 | int getpongflags(enet_uint32 ip) |
| 4713 | { |
no test coverage detected