]> git.kaiwu.me - haproxy.git/commit
[MINOR] turn every FD_* into functions
authorWilly Tarreau <w@1wt.eu>
Sun, 15 Oct 2006 12:52:29 +0000 (14:52 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 15 Oct 2006 12:53:07 +0000 (14:53 +0200)
commit2a429503e03b53b4f68a300637137f67faa2b7b8
tree39f393780d95165817c17f9c3729f9a320aa21c5
parent0bbc3cf15748ff57a35c33641e185850bc01cc11
[MINOR] turn every FD_* into functions

On recent CPUs, functions are about twice as fast as inline FD_*, so
there is now a #define CONFIG_HAP_INLINE_FD_SET to choose between the
two modes.
include/common/config.h
include/proto/fd.h
src/backend.c
src/checks.c
src/client.c
src/fd.c
src/haproxy.c
src/proto_http.c
src/proxy.c
src/stream_sock.c