]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: task: remove thread_mask from the struct task
authorWilly Tarreau <w@1wt.eu>
Wed, 15 Jun 2022 13:57:53 +0000 (15:57 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 1 Jul 2022 17:15:14 +0000 (19:15 +0200)
commit0ad00befc10b200c677728d7e297f8bbce15c453
tree045d6263cc163eba9b9aab9fbae79e6eb1249688
parentc44d08ebc4eb5309f5e37d24012efee9145a20d7
CLEANUP: task: remove thread_mask from the struct task

It was not used anymore since everything moved to ->tid, so let's
remove it.
include/haproxy/task-t.h
include/haproxy/task.h
src/hlua.c
src/stream.c