]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: threads: move the struct thread_info from global.h to hathreads.h
authorWilly Tarreau <w@1wt.eu>
Mon, 20 May 2019 16:56:48 +0000 (18:56 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 20 May 2019 18:00:25 +0000 (20:00 +0200)
commit5a6e2245fa0de34692f3862965ec332a8e50531c
tree7489a6f8eadce02d32d08ec531bc797db664fc71
parente3e2b7283fa748c873b7e0c4ab6700822ecd030c
REORG: threads: move the struct thread_info from global.h to hathreads.h

It doesn't make sense to keep this struct thread_info in global.h, it
causes difficulties to access its contents from hathreads.h, let's move
it to the threads where it ought to have been created.
include/common/hathreads.h
include/types/global.h
src/hathreads.c