pacemaker  3.0.0-d8340737c4
Scalable High-Availability cluster resource manager
Data Fields
pcmk__schema_t Struct Reference

#include <lib/common/crmcommon_private.h>

Collaboration diagram for pcmk__schema_t:
Collaboration graph
[legend]

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 442 of file crmcommon_private.h.

Field Documentation

◆ cache

void* pcmk__schema_t::cache

Definition at line 452 of file crmcommon_private.h.

◆ name

char* pcmk__schema_t::name

Definition at line 444 of file crmcommon_private.h.

◆ schema_index

int pcmk__schema_t::schema_index

Definition at line 443 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 450 of file crmcommon_private.h.

◆ validator

enum pcmk__schema_validator pcmk__schema_t::validator

Definition at line 453 of file crmcommon_private.h.

◆ version

pcmk__schema_version_t pcmk__schema_t::version

Definition at line 454 of file crmcommon_private.h.


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