| 302 | } |
| 303 | |
| 304 | static xmlNode * |
| 305 | inject_op(xmlNode * cib_resource, lrmd_event_data_t * op, int target_rc) |
| 306 | { |
| 307 | return create_operation_update(cib_resource, op, CRM_FEATURE_SET, target_rc, crm_system_name, |
| 308 | LOG_DEBUG_2); |
| 309 | } |
| 310 | |
| 311 | static void |
| 312 | update_failcounts(xmlNode * cib_node, const char *resource, int interval, int rc) |
no test coverage detected