REORG: threads: move all_thread_mask() to thread.h
authorWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 10:26:10 +0000 (12:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 10:26:10 +0000 (12:26 +0200)
commit29c460bc075441bade41c21eae3aa49b264d20a4
treed328c11b172e038523171b49d55017d04db77f40
parentcfc4f24d80eb1fbdb25592bc9459a9265a1d9678
REORG: threads: move all_thread_mask() to thread.h

It was declared in global.h, forcing plenty of source files to include
it only for this while it's only based on definitions from thread.h.
include/haproxy/global.h
include/haproxy/thread.h