]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: fd: move raise_rlim_nofile to limits
authorValentine Krasnobaeva <vkrasnobaeva@haproxy.com>
Wed, 10 Jul 2024 10:33:39 +0000 (12:33 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 10 Jul 2024 16:05:48 +0000 (18:05 +0200)
commit3759674047ca5fd0e5cbcc021570e8b98538e623
tree5add19675d80682dea47c7f728a4abd9e8df20d3
parent1517bcb5e3ef5bea93b0e7f64033b51240fdeb24
REORG: fd: move raise_rlim_nofile to limits

Let's move raise_rlim_nofile() from 'fd' compilation unit to 'limits', as it
wraps setrlimit to change process RLIMIT_NOFILE.
include/haproxy/fd.h
include/haproxy/limits.h
src/fd.c
src/limits.c