From: robertc <> Date: Sun, 3 Aug 2003 15:21:29 +0000 (+0000) Subject: MSVC compatability X-Git-Tag: SQUID_3_0_PRE3~48 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5447bba9bf46ec2c941acd36c0a4db9dd1ccf787;p=thirdparty%2Fsquid.git MSVC compatability --- diff --git a/src/comm.cc b/src/comm.cc index 0b01bef231..453f0bfcbc 100644 --- a/src/comm.cc +++ b/src/comm.cc @@ -1,6 +1,6 @@ /* - * $Id: comm.cc,v 1.384 2003/07/28 09:27:28 robertc Exp $ + * $Id: comm.cc,v 1.385 2003/08/03 09:21:29 robertc Exp $ * * DEBUG: section 5 Socket Functions * AUTHOR: Harvest Derived @@ -162,14 +162,16 @@ public: CommWrite write; - struct + class Accept { + + public: /* how often (in msec) to re-check if we're out of fds on an accept() */ AcceptFD accept; ConnectionDetail connDetails; - } + }; - accept; + Accept accept; struct CommFiller {