]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] global.maxpipes: add the ability to reserve file descriptors for pipes
authorWilly Tarreau <w@1wt.eu>
Sun, 18 Jan 2009 19:39:42 +0000 (20:39 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 18 Jan 2009 19:39:42 +0000 (20:39 +0100)
commit3ec79b9c4245ec40ad880b131586151a88129112
treee3e7866740379040c7ba79b960355caf8705e6d4
parenta456f2a059aed7e308977f49d7200ad8b3a66636
[MINOR] global.maxpipes: add the ability to reserve file descriptors for pipes

This will be needed to use linux's splice() syscall.
include/types/global.h
src/cfgparse.c
src/fd.c
src/haproxy.c