]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: fd/threads: remove the now unused fdtab_lock
authorWilly Tarreau <w@1wt.eu>
Mon, 29 Jan 2018 14:24:37 +0000 (15:24 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 29 Jan 2018 14:25:35 +0000 (15:25 +0100)
commitf2b5c99b4c83346d505fc58e78d677000b04c7d4
treee4b4b661c75ec0c94a49a39cfa487a09e04d02be
parent173d9951e2bc47eee41ba794458a1ae9108f1ec3
CLEANUP: fd/threads: remove the now unused fdtab_lock

It was only used to protect maxfd computation and is not needed
anymore.
include/common/hathreads.h
include/proto/fd.h
src/fd.c