haproxy/include
Christopher Faulet 5d42e099c5 MINOR: threads/server: Add a lock to deal with insert in updates_servers list
This list is used to save changes on the servers state. So when serveral threads
are used, it must be locked. The changes are then applied in the sync-point. To
do so, servers_update_status has be moved in the sync-point. So this is useless
to lock it at this step because the sync-point is a protected area by iteself.
2017-10-31 13:58:31 +01:00
..
common MINOR: threads/server: Add a lock to deal with insert in updates_servers list 2017-10-31 13:58:31 +01:00
import MINOR: threads: Add atomic-ops and plock includes in import dir 2017-10-31 11:36:13 +01:00
proto MEDIUM: threads/server: Add a lock per server and atomically update server vars 2017-10-31 13:58:31 +01:00
types MEDIUM: threads/server: Add a lock per server and atomically update server vars 2017-10-31 13:58:31 +01:00