commit | 973e662fe8a4949e6e9356a0b47248516f6f9d49 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Aug 20 11:57:52 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Aug 22 20:21:00 2019 +0200 |
tree | 51e3b7bd94d24d8240f9c3acdbf76fdd7bc604ca | |
parent | 67b5a161b4aa5cf9eb18a609fcbb64ec744ae7ea [diff] |
MINOR: sink: add a support for file descriptors This is the most basic type of sink. It pre-registers "stdout" and "stderr", and is able to use writev() on them. The writev() operation is locked to avoid mixing outputs. It's likely that the registration should move somewhere else to take into account the fact that stdout and stderr are still opened or are closed.