]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: thread/pipe: fix build without threads
authorWilly Tarreau <w@1wt.eu>
Sat, 11 Nov 2017 16:58:31 +0000 (17:58 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 11 Nov 2017 17:00:24 +0000 (18:00 +0100)
commit3e5e417060f04e2bf96ef98199014ad2c7b8e203
treefbd2f4fa34deb01163e90ed074714b654395f144
parent18f133adb3b48ce730ea1c53a934fb1a7123b8c9
BUILD: thread/pipe: fix build without threads

Marcus Rückert reported that commit d8b3b65 ("BUG/MEDIUM: splice/threads:
pipe reuse list was not protected.") broke threadless support. Add the
required #ifdef.
src/pipe.c