MCPcopy Create free account
hub / github.com/ClusterLabs/pacemaker / cib_ha_peer_callback

Function cib_ha_peer_callback

cib/callbacks.c:1145–1152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1143
1144#if SUPPORT_HEARTBEAT
1145void
1146cib_ha_peer_callback(HA_Message * msg, void *private_data)
1147{
1148 xmlNode *xml = convert_ha_message(NULL, msg, __FUNCTION__);
1149
1150 cib_peer_callback(xml, private_data);
1151 free_xml(xml);
1152}
1153#endif
1154
1155void

Callers

nothing calls this directly

Calls 3

convert_ha_messageFunction · 0.85
cib_peer_callbackFunction · 0.85
free_xmlFunction · 0.85

Tested by

no test coverage detected