]> git.ipfire.org Git - thirdparty/squid.git/commit - src/comm.cc
General ICMP dependant cleanups.
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 11 Oct 2008 13:21:08 +0000 (02:21 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 11 Oct 2008 13:21:08 +0000 (02:21 +1300)
commit9b5c4a9a0762dc4410413d64bfc7c7073092086d
tree52181ff3fb23c55509daa9185b0a929724bb8f01
parent71787d05e2bbf81703e4065bc5821334e149090e
General ICMP dependant cleanups.

Moved netdb*() function definitions into icmp/net_db.h

Various compile and link errors after ICMP and Net_db move.

Some large blocks of potentially expensive code which are no-op without
ICMP and NetDB capabilities are now built only when useful.
15 files changed:
src/Makefile.am
src/comm.cc
src/fd.cc
src/forward.cc
src/htcp.cc
src/icmp/IcmpSquid.cc
src/icmp/net_db.cc
src/icmp/net_db.h
src/icp_v2.cc
src/internal.cc
src/main.cc
src/neighbors.cc
src/peer_select.cc
src/urn.cc
test-suite/test_tools.cc