]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] build: switch ebtree users to use new ebtree version
authorWilly Tarreau <w@1wt.eu>
Mon, 26 Oct 2009 20:10:04 +0000 (21:10 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 26 Oct 2009 20:10:04 +0000 (21:10 +0100)
commit45cb4fb640178e680135fe0bcca1e9ee94114567
tree0bb10b14905ff8bd099a730309efc945f9a5e3ad
parentc218602b1dd0182ede86d7a660562714e3907660
[MEDIUM] build: switch ebtree users to use new ebtree version

All files referencing the previous ebtree code were changed to point
to the new one in the ebtree directory. A makefile variable (EBTREE_DIR)
is also available to use files from another directory.

The ability to build the libebtree library temporarily remains disabled
because it can have an impact on some existing toolchains and does not
appear worth it in the medium term if we add support for multi-criteria
stickiness for instance.
20 files changed:
Makefile
Makefile.bsd
Makefile.osx
contrib/halog/Makefile
contrib/halog/halog.c
include/common/standard.h
include/proto/task.h
include/types/lb_chash.h
include/types/lb_fwlc.h
include/types/lb_fwrr.h
include/types/protocols.h
include/types/proxy.h
include/types/server.h
include/types/task.h
src/lb_chash.c
src/lb_fwlc.c
src/lb_fwrr.c
src/lb_map.c
src/standard.c
src/task.c