MCPcopy Create free account
hub / github.com/corosync/corosync / mon_resource_failed

Function mon_resource_failed

exec/mon.c:315–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313}
314
315void mon_resource_failed (struct cs_fsm* fsm, int32_t event, void * data)
316{
317 struct resource_instance * inst = (struct resource_instance *)data;
318 ENTER();
319 mon_fsm_state_set (fsm, MON_S_FAILED, inst);
320}
321
322static int32_t percent_mem_used_get(void)
323{

Callers

nothing calls this directly

Calls 1

mon_fsm_state_setFunction · 0.85

Tested by

no test coverage detected