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

Function verify_all_options

lib/common/utils.c:294–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292}
293
294void
295verify_all_options(GHashTable * options, pe_cluster_option * option_list, int len)
296{
297 int lpc = 0;
298
299 for (lpc = 0; lpc < len; lpc++) {
300 cluster_option(options,
301 option_list[lpc].is_valid,
302 option_list[lpc].name,
303 option_list[lpc].alt_name, option_list[lpc].default_value);
304 }
305}
306
307char *
308crm_concat(const char *prefix, const char *suffix, char join)

Callers 3

verify_cib_optionsFunction · 0.85
verify_pe_optionsFunction · 0.85
verify_crmd_optionsFunction · 0.85

Calls 1

cluster_optionFunction · 0.85

Tested by

no test coverage detected