From: wessels <> Date: Tue, 15 Sep 1998 04:20:00 +0000 (+0000) Subject: typo X-Git-Tag: SQUID_3_0_PRE1~2731 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff283ec187d86f39410adb9d71c88402a00d192a;p=thirdparty%2Fsquid.git typo --- diff --git a/src/structs.h b/src/structs.h index d89fd85656..2dab9b6e36 100644 --- a/src/structs.h +++ b/src/structs.h @@ -1,6 +1,6 @@ /* - * $Id: structs.h,v 1.223 1998/09/14 22:18:02 wessels Exp $ + * $Id: structs.h,v 1.224 1998/09/14 22:20:00 wessels Exp $ * * * SQUID Internet Object Cache http://squid.nlanr.net/Squid/ @@ -1031,7 +1031,7 @@ struct _peer { struct { int count_event_pending:1; int counting:1; - } + } flags; } mcast; PeerDigest digest; int tcp_up; /* 0 if a connect() fails */