cib_version 19 include/crm/common/cib_internal.h int pcmk__check_feature_set(const char *cib_version); cib_version 184 lib/common/cib.c pcmk__check_feature_set(const char *cib_version) cib_version 186 lib/common/cib.c if (cib_version && compare_version(cib_version, CRM_FEATURE_SET) > 0) {