commit | e736115d3aaa38d2cfc89fe74174d7e90f4a6976 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Fri Oct 26 14:47:36 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Oct 28 13:51:39 2018 +0100 |
tree | fde172f91b5972148e1a618f71f675b919ebcdcd | |
parent | 8a02257d88276e2f2f10c407d2961995f74a192c [diff] |
MEDIUM: mworker: create CLI listeners from argv[] This patch introduces mworker_cli_proxy_new_listener() which allows the creation of new listeners for the CLI proxy. Using this function it is possible to create new listeners from the program arguments with -Sa <unix_socket>. It is allowed to create multiple listeners with several -Sa.