]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: mworker: create CLI listeners from argv[]
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 26 Oct 2018 12:47:36 +0000 (14:47 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 28 Oct 2018 12:51:39 +0000 (13:51 +0100)
commite736115d3aaa38d2cfc89fe74174d7e90f4a6976
treefde172f91b5972148e1a618f71f675b919ebcdcd
parent8a02257d88276e2f2f10c407d2961995f74a192c
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.
include/proto/cli.h
src/cli.c
src/haproxy.c