mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-04 08:20:59 +01:00
The TRY_ADDQ there was not needed since the wait list is exclusively owned by the caller. There's a preliminary test on MT_LIST_ADDED() that might have been eliminated by keeping MT_LIST_TRY_ADDQ() but it would have required two more expensive writes before testing so better keep the test the way it is.