]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: fd: Add a counter of used fds.
authorOlivier Houchard <ohouchard@haproxy.com>
Tue, 16 Apr 2019 16:37:05 +0000 (18:37 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 18 Apr 2019 17:19:59 +0000 (19:19 +0200)
commit7c49d2e213edba879fa37e1ea45e6fe5c99fb626
tree54a8b5f7ba42edfaeb802c402ff0477c7d1173e1
parent8a9d55bb9b008e2753f1b41396db32fa89d73e9d
MINOR: fd: Add a counter of used fds.

Add a new counter, ha_used_fds, that let us know how many file descriptors
we're currently using.
include/proto/fd.h
src/fd.c