MINOR: fd: Use inlined functions to check fd state in fd_*_send/recv functions
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 30 Aug 2017 08:07:47 +0000 (10:07 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 5 Sep 2017 08:47:32 +0000 (10:47 +0200)
commitd82b180d6b57033a2d093329c6109bb7f14bd529
treebdb40109d49fc62e7b6dfbc52503cdc62f58f2cb
parent8db2fdfabaada02eabc92193b951d1821e49c1ba
MINOR: fd: Use inlined functions to check fd state in fd_*_send/recv functions

It these functions, the test is inverted and we rely on fd_recv/send_* function
to check the fd state. This will ease threads support integration.
include/proto/fd.h