![]() |
pacemaker
3.0.0-d8340737c4
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 442 of file crmcommon_private.h.
void* pcmk__schema_t::cache |
Definition at line 452 of file crmcommon_private.h.
char* pcmk__schema_t::name |
Definition at line 444 of file crmcommon_private.h.
int pcmk__schema_t::schema_index |
Definition at line 443 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 450 of file crmcommon_private.h.
enum pcmk__schema_validator pcmk__schema_t::validator |
Definition at line 453 of file crmcommon_private.h.
pcmk__schema_version_t pcmk__schema_t::version |
Definition at line 454 of file crmcommon_private.h.