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

Function corosync_force_gather_init

exec/main.c:1025–1035  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1023}
1024
1025static void corosync_force_gather_init (void)
1026{
1027 icmap_track_t track = NULL;
1028
1029 icmap_set_string("runtime.force_gather", "no");
1030
1031 icmap_track_add("runtime.force_gather",
1032 ICMAP_TRACK_ADD | ICMAP_TRACK_DELETE | ICMAP_TRACK_MODIFY,
1033 force_gather_notify_fn,
1034 NULL, &track);
1035}
1036
1037/*
1038 * Set RO flag for keys, which ether doesn't make sense to change by user (statistic)

Callers 1

main_service_readyFunction · 0.85

Calls 2

icmap_set_stringFunction · 0.85
icmap_track_addFunction · 0.85

Tested by

no test coverage detected