]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux: Only define pipe functions on linux.
authorOlivier Houchard <cognet@ci0.org>
Wed, 1 Nov 2017 12:55:10 +0000 (13:55 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 1 Nov 2017 14:10:51 +0000 (15:10 +0100)
commit7da120bb0e8b24e2d9878e2a719d4863ff5af596
tree4b15e89e236588d3beca359cf2be31e2e0af30d2
parent82913e4f79a1f1fb25aec84a2ce2f5f0e5ce1959
MINOR: mux: Only define pipe functions on linux.

Only define mux_pt_snd_pipe() and mux_pt_rcv_pipe() if splicing is
available.
src/mux_pt.c