| 337 | } |
| 338 | |
| 339 | static int cmap_exec_exit_fn(void) |
| 340 | { |
| 341 | |
| 342 | if (icmap_track_delete(cmap_config_version_track) != CS_OK) { |
| 343 | log_printf(LOGSYS_LEVEL_ERROR, "Can't delete config_version icmap tracker"); |
| 344 | } |
| 345 | |
| 346 | return 0; |
| 347 | } |
| 348 | |
| 349 | static char *cmap_exec_init_fn ( |
| 350 | struct corosync_api_v1 *corosync_api) |
nothing calls this directly
no test coverage detected