pacemaker
2.1.7-0f7f88312f
Scalable High-Availability cluster resource manager
|
Go to the source code of this file.
Enumerations | |
enum | pcmk__fc_flags { pcmk__fc_default = (1 << 0), pcmk__fc_effective = (1 << 1), pcmk__fc_fillers = (1 << 2) } |
enum | pcmk__rsc_node { pcmk__rsc_node_assigned = 0, pcmk__rsc_node_current = 1, pcmk__rsc_node_pending = 2 } |
enum pcmk__fc_flags |
Enumerator | |
---|---|
pcmk__fc_default | |
pcmk__fc_effective | |
pcmk__fc_fillers |
Definition at line 18 of file failcounts_internal.h.
enum pcmk__rsc_node |
Enumerator | |
---|---|
pcmk__rsc_node_assigned | Where resource is assigned. |
pcmk__rsc_node_current | Where resource is running. |
pcmk__rsc_node_pending | Where resource is pending. |
Definition at line 29 of file failcounts_internal.h.