pacemaker 3.0.1-16e74fc4da
Scalable High-Availability cluster resource manager
Loading...
Searching...
No Matches
pcmk__schema_t Struct Reference

#include <lib/common/crmcommon_private.h>

Collaboration diagram for pcmk__schema_t:

Data Fields

int schema_index
 
char * name
 
GList * transforms
 
void * cache
 
enum pcmk__schema_validator validator
 
pcmk__schema_version_t version
 

Detailed Description

Definition at line 457 of file crmcommon_private.h.

Field Documentation

◆ cache

void* pcmk__schema_t::cache

Definition at line 467 of file crmcommon_private.h.

◆ name

char* pcmk__schema_t::name

Definition at line 459 of file crmcommon_private.h.

◆ schema_index

int pcmk__schema_t::schema_index

Definition at line 458 of file crmcommon_private.h.

◆ transforms

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.

◆ validator

enum pcmk__schema_validator pcmk__schema_t::validator

Definition at line 468 of file crmcommon_private.h.

◆ version

pcmk__schema_version_t pcmk__schema_t::version

Definition at line 469 of file crmcommon_private.h.


The documentation for this struct was generated from the following file: