]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: pollers: use an initcall to register the pollers
authorWilly Tarreau <w@1wt.eu>
Mon, 25 Apr 2022 17:00:55 +0000 (19:00 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 25 Apr 2022 17:00:55 +0000 (19:00 +0200)
commit740d749d77060c393f2ff6462ee72f7745ca3d90
treecb672c4f353828f0b06709a65545a55efa9e6928
parent2df1fbf8161a0dd8f9fbee6fd5c44a2dd8c67e44
BUILD: pollers: use an initcall to register the pollers

Pollers are among the few remaining blocks still using constructors
to register themselves. That's not needed anymore since the initcalls
so better turn to initcalls.
src/ev_epoll.c
src/ev_evports.c
src/ev_kqueue.c
src/ev_poll.c
src/ev_select.c