]> git.ipfire.org Git - thirdparty/squid.git/commit
Windows: rename TcpLogger::connect
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 16 Jun 2014 02:49:05 +0000 (20:49 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 16 Jun 2014 02:49:05 +0000 (20:49 -0600)
commit920fe4849b46f07bb970889a18159aecd8ac4af1
treebc4bdaf885654b54abff7d6921eb83382267a446
parent816ce1889ff49d37da43da2b1ddd86b0d515b5d6
Windows: rename TcpLogger::connect

Windows sockets API is mapped via #define macros. connect() macro and
this TcpLogger method collide. Rename the method doConnect().
src/log/TcpLogger.cc
src/log/TcpLogger.h