MCPcopy Create free account
hub / github.com/corosync/corosync / cmap_exec_exit_fn

Function cmap_exec_exit_fn

exec/cmap.c:339–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337}
338
339static 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
349static char *cmap_exec_init_fn (
350 struct corosync_api_v1 *corosync_api)

Callers

nothing calls this directly

Calls 1

icmap_track_deleteFunction · 0.85

Tested by

no test coverage detected