]> git.ipfire.org Git - thirdparty/squid.git/commit
Windows: merge alternative getrusage() into squid_getrusage() wrapper
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 8 Oct 2012 08:00:06 +0000 (02:00 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 8 Oct 2012 08:00:06 +0000 (02:00 -0600)
commite30fe60aa1e4ba393976559f655607808079c8c7
tree6e9a262c574dbf031a7f6f62028da8ee978bc9a1
parentc3317fea0f8eb441db478f4d5d12e7d084020f86
Windows: merge alternative getrusage() into squid_getrusage() wrapper

Since we are already providing a wrapper layer for getrusage() we can
merge the Windows alternative implementation into our wrapper directly.
No need to perform multiple layers of abstraction.
src/tools.cc
src/win32.cc
src/win32.h