synapse_priority 1701 pengine/graph.c     int synapse_priority = 0;
synapse_priority 1722 pengine/graph.c         synapse_priority = action->rsc->priority;
synapse_priority 1724 pengine/graph.c     if (action->priority > synapse_priority) {
synapse_priority 1725 pengine/graph.c         synapse_priority = action->priority;
synapse_priority 1727 pengine/graph.c     if (synapse_priority > 0) {
synapse_priority 1728 pengine/graph.c         crm_xml_add_int(syn, XML_CIB_ATTR_PRIORITY, synapse_priority);