]> git.kaiwu.me - haproxy.git/commit
[MINOR] add the fiprm and beprm indirections to struct proxy
authorWilly Tarreau <w@1wt.eu>
Sun, 17 Dec 2006 17:02:30 +0000 (18:02 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 17 Dec 2006 17:02:30 +0000 (18:02 +0100)
commit97a738f32ca2963925f274d0c60931bf1caf4618
tree7664ea3c7bb11507d9b529af972766f0622a32b9
parentb251390f7ec9d2e91ef5a50059b19d1c7243afc3
[MINOR] add the fiprm and beprm indirections to struct proxy

A proxy will be able to borrow parameters from another one.
In particular, the filters will be inheritable from another
proxy, and the backend parameters too.
include/types/proxy.h
src/cfgparse.c