![]() |
pacemaker
2.1.9-49aab99839
Scalable High-Availability cluster resource manager
|
#include <include/pcmki/pcmki_transition.h>
Data Fields | |
| int | id |
| char * | source |
| int | abort_priority |
| bool | complete |
| const char * | abort_reason |
| enum pcmk__graph_next | completion_action |
| int | num_actions |
| int | num_synapses |
| int | batch_limit |
| guint | network_delay |
| guint | stonith_timeout |
| int | fired |
| int | pending |
| int | skipped |
| int | completed |
| int | incomplete |
| GList * | synapses |
| int | migration_limit |
| char * | failed_stop_offset |
| Failcount after one failed stop action. More... | |
| char * | failed_start_offset |
| Failcount after one failed start action. More... | |
| time_t | recheck_by |
| Time (from epoch) by which the controller should re-run the scheduler. More... | |
Definition at line 105 of file pcmki_transition.h.
| int pcmk__graph_t::abort_priority |
Definition at line 108 of file pcmki_transition.h.
| const char* pcmk__graph_t::abort_reason |
Definition at line 111 of file pcmki_transition.h.
| int pcmk__graph_t::batch_limit |
Definition at line 117 of file pcmki_transition.h.
| bool pcmk__graph_t::complete |
Definition at line 110 of file pcmki_transition.h.
| int pcmk__graph_t::completed |
Definition at line 124 of file pcmki_transition.h.
| enum pcmk__graph_next pcmk__graph_t::completion_action |
Definition at line 112 of file pcmki_transition.h.
| char* pcmk__graph_t::failed_start_offset |
Failcount after one failed start action.
Definition at line 135 of file pcmki_transition.h.
| char* pcmk__graph_t::failed_stop_offset |
Failcount after one failed stop action.
Definition at line 132 of file pcmki_transition.h.
| int pcmk__graph_t::fired |
Definition at line 121 of file pcmki_transition.h.
| int pcmk__graph_t::id |
Definition at line 106 of file pcmki_transition.h.
| int pcmk__graph_t::incomplete |
Definition at line 125 of file pcmki_transition.h.
| int pcmk__graph_t::migration_limit |
Definition at line 129 of file pcmki_transition.h.
| guint pcmk__graph_t::network_delay |
Definition at line 118 of file pcmki_transition.h.
| int pcmk__graph_t::num_actions |
Definition at line 114 of file pcmki_transition.h.
| int pcmk__graph_t::num_synapses |
Definition at line 115 of file pcmki_transition.h.
| int pcmk__graph_t::pending |
Definition at line 122 of file pcmki_transition.h.
| time_t pcmk__graph_t::recheck_by |
Time (from epoch) by which the controller should re-run the scheduler.
Definition at line 138 of file pcmki_transition.h.
| int pcmk__graph_t::skipped |
Definition at line 123 of file pcmki_transition.h.
| char* pcmk__graph_t::source |
Definition at line 107 of file pcmki_transition.h.
| guint pcmk__graph_t::stonith_timeout |
Definition at line 119 of file pcmki_transition.h.
| GList* pcmk__graph_t::synapses |
Definition at line 127 of file pcmki_transition.h.
1.8.14