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

Function add_message_xml

lib/common/xml.c:907–913  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

905}
906
907gboolean
908add_message_xml(xmlNode *msg, const char *field, xmlNode *xml)
909{
910 xmlNode *holder = create_xml_node(msg, field);
911 add_node_copy(holder, xml);
912 return TRUE;
913}
914
915static char *
916dump_xml(xmlNode *an_xml_node, gboolean formatted, gboolean for_digest)

Callers 15

sync_our_cibFunction · 0.85
cib_pre_notifyFunction · 0.85
do_cib_notifyFunction · 0.85
attach_cib_generationFunction · 0.85
cib_msg_copyFunction · 0.85
send_peer_replyFunction · 0.85
cib_construct_replyFunction · 0.85
bcast_result_to_peersFunction · 0.85
stonith_construct_replyFunction · 0.85
do_stonith_notifyFunction · 0.85

Calls 2

create_xml_nodeFunction · 0.85
add_node_copyFunction · 0.85

Tested by

no test coverage detected