]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: server: export new_server() function
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 26 Oct 2018 12:47:32 +0000 (14:47 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 28 Oct 2018 12:51:38 +0000 (13:51 +0100)
commit313bfd18c1fe748578f4f22e2088d643d5b4d126
tree1c5c8fc2e54d16e4f6fe047fbd92e0d8dfdbaed9
parent7e1299bb3af2e640b6186c5be3983ca4350892d7
MINOR: server: export new_server() function

The new_server() function will be useful to create a proxy for the
master-worker.
include/proto/server.h
src/server.c