commit | 79367f9a8d777e1199b7f159527f376832917e28 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Apr 25 19:18:24 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Apr 25 19:18:24 2022 +0200 |
tree | 56355a0f06db0b611309fa68820eb1d5e6617de0 | |
parent | 740d749d77060c393f2ff6462ee72f7745ca3d90 [diff] |
BUILD: xprt: use an initcall to register the transport layers Transport layers (raw_sock, ssl_sock, xprt_handshake and xprt_quic) were using 4 constructors and 2 destructors. The 4 constructors were replaced with INITCALL and the destructors with REGISTER_POST_DEINIT() so that we do not depend on this anymore.