/////////////////////////////////////////////////////////////////////////// Common service implementations here ///////////////////////////////////////////////////////////////////////////
| 95 | // Common service implementations here |
| 96 | //////////////////////////////////////////////////////////////////////////////// |
| 97 | void quit() |
| 98 | { |
| 99 | remove_common_service(&g_server); |
| 100 | remove_services(&g_server); |
| 101 | exit(0); |
| 102 | } |
| 103 | |
| 104 | int32_t getServerAllocated() |
| 105 | { |
no test coverage detected