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

Function cmap_sync_process

exec/cmap.c:441–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439}
440
441static int cmap_sync_process (void)
442{
443 const char *key = "totem.config_version";
444 cs_error_t ret;
445
446 ret = cmap_mcast_send(CMAP_MCAST_REASON_SYNC, 1, (char **)&key);
447
448 return (ret == CS_OK ? 0 : -1);
449}
450
451static void cmap_sync_activate (void)
452{

Callers

nothing calls this directly

Calls 1

cmap_mcast_sendFunction · 0.85

Tested by

no test coverage detected