haproxy/include
Willy Tarreau 0cd82e883e BUG/BUILD: threads: unbreak build without threads
A few users reported that building without threads was accidently broken
after commit 6b96f72 ("BUG/MEDIUM: pollers: Use a global list for fd
shared between threads.") due to all_threads_mask not being defined.
It's OK to set it to zero as other code parts do when threads are
enabled but only one thread is used.

This needs to be backported to 1.8.
2018-05-23 19:54:43 +02:00
..
common BUG/BUILD: threads: unbreak build without threads 2018-05-23 19:54:43 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: pollers: move polled_mask outside of struct fdtab. 2018-05-06 06:27:34 +02:00
types MINOR: lua: Improve error message 2018-05-22 18:57:46 +02:00