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

Function pe_metadata

lib/pengine/common.c:182–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180/* *INDENT-ON* */
181
182void
183pe_metadata(void)
184{
185 config_metadata("Policy Engine", "1.0",
186 "Policy Engine Options",
187 "This is a fake resource that details the options that can be configured for the Policy Engine.",
188 pe_opts, DIMOF(pe_opts));
189}
190
191void
192verify_pe_options(GHashTable * options)

Callers 1

mainFunction · 0.85

Calls 1

config_metadataFunction · 0.85

Tested by

no test coverage detected