]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[CLEANUP] proxy: move PR_O_SSL3_CHK to options2 to release one flag
authorWilly Tarreau <w@1wt.eu>
Mon, 29 Mar 2010 16:33:29 +0000 (18:33 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 30 Mar 2010 07:59:43 +0000 (09:59 +0200)
commit07a5490881a39c0bbd8c0877e5bfbfede04ddcdc
treea432758d719c6aa18d891742259c536561ac305e
parent75934a1cd8110b9cb0602c6b9e04d01c47c20235
[CLEANUP] proxy: move PR_O_SSL3_CHK to options2 to release one flag

We'll need another flag in the 'options' member close to PR_O_TPXY_*,
and all are used, so let's move this easy one to options2 (which are
already used for SQL checks).
include/types/proxy.h
src/cfgparse.c
src/checks.c