REORG: fd: uninline fd_update_events()
authorWilly Tarreau <w@1wt.eu>
Thu, 29 Jul 2021 14:53:46 +0000 (16:53 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 30 Jul 2021 15:41:55 +0000 (17:41 +0200)
commit84c7922c5264531bedd95a4f86313e8ca72285df
tree2db421b182955ee95c4452f04cd33bd496e924c8
parent53a16187fd3dcfe9a41ccc218469c8b3ea1040e0
REORG: fd: uninline fd_update_events()

This function has become a monster (80 lines and 2/3 of a kB), it doesn't
benefit from being static nor inline anymore, let's move it to fd.c.
include/haproxy/fd.h
src/fd.c