| 136 | } |
| 137 | |
| 138 | static void main_local_maintenance_context_destroy(main_local_maintenance_context_t *context) { |
| 139 | cbm_mutex_destroy(&context->mutex); |
| 140 | memset(context, 0, sizeof(*context)); |
| 141 | } |
| 142 | |
| 143 | static void main_local_maintenance_server_bind(main_local_maintenance_context_t *context, |
| 144 | cbm_mcp_server_t *server) { |
no test coverage detected