Go to the source code of this file.
Enumerations | |
enum | failover_state { unknown_state = 0 , startup = 1 , normal = 2 , communications_interrupted = 3 , partner_down = 4 , potential_conflict = 5 , recover = 6 , paused = 7 , shut_down = 8 , recover_done = 9 , resolution_interrupted = 10 , conflict_done = 11 , recover_wait = 254 } |
enum | service_state { unknown_service_state , cooperating , not_cooperating , service_partner_down , not_responding , service_startup } |
enum failover_state |
Enumerator | |
---|---|
unknown_state | |
startup | |
normal | |
communications_interrupted | |
partner_down | |
potential_conflict | |
recover | |
paused | |
shut_down | |
recover_done | |
resolution_interrupted | |
conflict_done | |
recover_wait |
Definition at line 288 of file failover.h.
enum service_state |
Enumerator | |
---|---|
unknown_service_state | |
cooperating | |
not_cooperating | |
service_partner_down | |
not_responding | |
service_startup |
Definition at line 315 of file failover.h.