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

Function member_object_left

exec/main.c:368–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368static void member_object_left (unsigned int nodeid)
369{
370 char member_status[ICMAP_KEYNAME_MAXLEN];
371
372 snprintf(member_status, ICMAP_KEYNAME_MAXLEN,
373 "runtime.members.%u.status", nodeid);
374 icmap_set_string(member_status, "left");
375
376 log_printf (LOGSYS_LEVEL_DEBUG,
377 "Member left: %s", api->totem_ifaces_print (nodeid));
378}
379
380static void confchg_fn (
381 enum totem_configuration_type configuration_type,

Callers 1

confchg_fnFunction · 0.85

Calls 1

icmap_set_stringFunction · 0.85

Tested by

no test coverage detected