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

Function inject_op

tools/crm_simulate.c:304–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302}
303
304static xmlNode *
305inject_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
311static void
312update_failcounts(xmlNode * cib_node, const char *resource, int interval, int rc)

Callers 2

exec_rsc_actionFunction · 0.85
modify_configurationFunction · 0.85

Calls 1

create_operation_updateFunction · 0.85

Tested by

no test coverage detected