![]() |
pacemaker 3.0.1-16e74fc4da
Scalable High-Availability cluster resource manager
|
#include <lib/common/crmcommon_private.h>
Data Fields | |
int | schema_index |
char * | name |
GList * | transforms |
void * | cache |
enum pcmk__schema_validator | validator |
pcmk__schema_version_t | version |
Definition at line 457 of file crmcommon_private.h.
void* pcmk__schema_t::cache |
Definition at line 467 of file crmcommon_private.h.
char* pcmk__schema_t::name |
Definition at line 459 of file crmcommon_private.h.
int pcmk__schema_t::schema_index |
Definition at line 458 of file crmcommon_private.h.
GList* pcmk__schema_t::transforms |
List of XSLT stylesheets for upgrading from this schema version to the next one. Sorted by the order in which they should be applied to the CIB.
Definition at line 465 of file crmcommon_private.h.
enum pcmk__schema_validator pcmk__schema_t::validator |
Definition at line 468 of file crmcommon_private.h.
pcmk__schema_version_t pcmk__schema_t::version |
Definition at line 469 of file crmcommon_private.h.