|
pacemaker
2.1.6-802a72226b
Scalable High-Availability cluster resource manager
|
#include <crm_internal.h>#include <stdbool.h>#include <glib.h>#include <crm/crm.h>#include <crm/pengine/status.h>#include <pacemaker-internal.h>#include "libpacemaker_private.h"
Go to the source code of this file.
Enumerations | |
| enum | loss_ticket_policy { loss_ticket_stop, loss_ticket_demote, loss_ticket_fence, loss_ticket_freeze } |
Functions | |
| void | pcmk__unpack_rsc_ticket (xmlNode *xml_obj, pe_working_set_t *data_set) |
| void | pcmk__require_promotion_tickets (pe_resource_t *rsc) |
| enum loss_ticket_policy |
| Enumerator | |
|---|---|
| loss_ticket_stop | |
| loss_ticket_demote | |
| loss_ticket_fence | |
| loss_ticket_freeze | |
Definition at line 21 of file pcmk_sched_tickets.c.
| void pcmk__require_promotion_tickets | ( | pe_resource_t * | rsc | ) |
Definition at line 520 of file pcmk_sched_tickets.c.
| void pcmk__unpack_rsc_ticket | ( | xmlNode * | xml_obj, |
| pe_working_set_t * | data_set | ||
| ) |
Definition at line 435 of file pcmk_sched_tickets.c.
1.8.14