pacemaker  2.1.7-0f7f88312f
Scalable High-Availability cluster resource manager
Data Fields
pe_ticket_s Struct Reference

Ticket constraint object. More...

#include <include/crm/common/tickets.h>

Data Fields

char * id
 XML ID of ticket constraint or state. More...
 
gboolean granted
 Whether cluster has been granted the ticket. More...
 
time_t last_granted
 When cluster was last granted the ticket. More...
 
gboolean standby
 Whether ticket is temporarily suspended. More...
 
GHashTable * state
 XML attributes from ticket state. More...
 

Detailed Description

Ticket constraint object.

Definition at line 27 of file tickets.h.

Field Documentation

◆ granted

gboolean pe_ticket_s::granted

Whether cluster has been granted the ticket.

Definition at line 29 of file tickets.h.

◆ id

char* pe_ticket_s::id

XML ID of ticket constraint or state.

Definition at line 28 of file tickets.h.

◆ last_granted

time_t pe_ticket_s::last_granted

When cluster was last granted the ticket.

Definition at line 30 of file tickets.h.

◆ standby

gboolean pe_ticket_s::standby

Whether ticket is temporarily suspended.

Definition at line 31 of file tickets.h.

◆ state

GHashTable* pe_ticket_s::state

XML attributes from ticket state.

Definition at line 32 of file tickets.h.


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