]> git.ipfire.org Git - thirdparty/squid.git/commit
Remove the --disable-carp option, keeping the CARP code always compiled in
authorHenrik Nordstrom <henrik@henriknordstrom.net>
Fri, 11 Jul 2008 19:32:10 +0000 (21:32 +0200)
committerHenrik Nordstrom <henrik@henriknordstrom.net>
Fri, 11 Jul 2008 19:32:10 +0000 (21:32 +0200)
commitb2ea838f690d122679eeafda2ec30faadf1d5e82
tree046a6071e1e8abc0e8dae5ad03b42d588caff526
parent10b06767418f608b99ea027b10bae5646faf513d
Remove the --disable-carp option, keeping the CARP code always compiled in

this configure option was a relic from the time when CARP was very intrusive,
requiring --enable-carp to be compiled and then chainging parent relations.
The current CARP implementaiton is very non-intrusive and by default enabled
(but not active unless used in squid.conf). There isn't really any good reason
to why one should use --disable-carp today.
configure.in
squid3.dox
src/cache_cf.cc
src/carp.cc
src/enums.h
src/main.cc
src/peer_select.cc
src/protos.h
src/structs.h