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

Function crmd_metadata

crmd/control.c:762–769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

760/* *INDENT-ON* */
761
762void
763crmd_metadata(void)
764{
765 config_metadata("CRM Daemon", "1.0",
766 "CRM Daemon Options",
767 "This is a fake resource that details the options that can be configured for the CRM Daemon.",
768 crmd_opts, DIMOF(crmd_opts));
769}
770
771static void
772verify_crmd_options(GHashTable * options)

Callers 1

mainFunction · 0.85

Calls 1

config_metadataFunction · 0.85

Tested by

no test coverage detected