]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] proxy: add PR_O2_DISPATCH to detect dispatch mode
authorWilly Tarreau <w@1wt.eu>
Fri, 4 Mar 2011 21:44:16 +0000 (22:44 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 10 Mar 2011 22:32:16 +0000 (23:32 +0100)
commitf5ab69aad9baea1aba0acffc830fe99f59c5bdd0
tree7f0bb62373a63b8fc38af632b836ff89238a7768
parent295a83772684dc22215431d2d4b607d712cb9935
[MINOR] proxy: add PR_O2_DISPATCH to detect dispatch mode

Till now we used the fact that the dispatch address was not null to use
the dispatch mode. This is very unconvenient, so let's have a dedicated
option.
include/types/proxy.h
src/backend.c
src/cfgparse.c