]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: tasks: Make global_tasks_mask volatile.
authorOlivier Houchard <ohouchard@haproxy.com>
Thu, 26 Jul 2018 16:53:28 +0000 (18:53 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 26 Jul 2018 17:09:50 +0000 (19:09 +0200)
commiteba0c0b51dc665891d75cf879c1c53ee9519120b
tree2f88cfd2063edde803bd9ab2992c1057a9d2e999
parent9b03c0c9a74a86f00fdce6823ff71bd663ce658f
MINOR: tasks: Make global_tasks_mask volatile.

In order to make sure modifications are noticed by other threads when needed,
make global_tasks_mask volatile.
src/task.c