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

Function cib_pref

lib/cib/cib_utils.c:729–733  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

727}
728
729const char *
730cib_pref(GHashTable * options, const char *name)
731{
732 return get_cluster_pref(options, cib_opts, DIMOF(cib_opts), name);
733}
734
735gboolean
736cib_read_config(GHashTable * options, xmlNode * current_cib)

Callers 1

acl_enabledFunction · 0.85

Calls 1

get_cluster_prefFunction · 0.85

Tested by

no test coverage detected