]> git.ipfire.org Git - thirdparty/squid.git/commit
Shuffle simple math functions into SquidMath
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 2 Dec 2009 22:39:11 +0000 (11:39 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 2 Dec 2009 22:39:11 +0000 (11:39 +1300)
commita98bcbee0005004c1aa26042060eb1dd7dad482b
treed63295a4d9ddd92b2d93e753c1a0f960fc198771
parent1d8a896bab089eecdd9b17e80df41976e7c2fba4
Shuffle simple math functions into SquidMath

This unlinks many depencies pulled in by tools.cc through the more
complicated permissions, and death reporting code.
14 files changed:
src/Makefile.am
src/ProfStats.cc
src/SquidMath.cc [new file with mode: 0644]
src/SquidMath.h [new file with mode: 0644]
src/client_db.cc
src/fs/coss/store_dir_coss.cc
src/fs/ufs/store_dir_ufs.cc
src/helper.cc
src/neighbors.cc
src/protos.h
src/snmp_agent.cc
src/stat.cc
src/store_dir.cc
src/tools.cc