BUG/MEDIUM: tasks: use atomic ops for active_tasks_mask
authorWilly Tarreau <w@1wt.eu>
Thu, 26 Jul 2018 13:16:43 +0000 (15:16 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 26 Jul 2018 13:16:43 +0000 (15:16 +0200)
commit189ea856a7230ae3ce6a1cf5179145548188d434
tree6a1a314253ddd4694b76b01b1064683a06af0b1a
parente85ee7b66326d146931ffbb99700bef2de411a36
BUG/MEDIUM: tasks: use atomic ops for active_tasks_mask

We don't have the lock anymore so we need to protect it.
src/task.c