]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: fd: move the fd_{add_to,rm_from}_fdlist functions to fd.c
authorWilly Tarreau <w@1wt.eu>
Mon, 5 Feb 2018 16:14:55 +0000 (17:14 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 5 Feb 2018 16:19:40 +0000 (17:19 +0100)
commit4cc67a2782784db21a872668558647a722626c06
tree71021d25f00e0002e17bff54cb17aa3b59593600
parent62a627ac197fe69dcf60d87eac943c8f7f8de2f6
MINOR: fd: move the fd_{add_to,rm_from}_fdlist functions to fd.c

There's not point inlining these huge functions, better move them to real
functions in fd.c.
include/proto/fd.h
src/fd.c