Home
last modified time | relevance | path

Searched refs:failover_state (Results 1 – 1 of 1) sorted by relevance

/qemu/migration/
H A Dcolo-failover.c24 static FailoverStatus failover_state; variable
57 failover_state = FAILOVER_STATUS_NONE; in failover_init_state()
65 old = qatomic_cmpxchg(&failover_state, old_state, new_state); in failover_set_state()
74 return qatomic_read(&failover_state); in failover_get_state()