]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
typo
authorwessels <>
Tue, 15 Sep 1998 04:20:00 +0000 (04:20 +0000)
committerwessels <>
Tue, 15 Sep 1998 04:20:00 +0000 (04:20 +0000)
src/structs.h

index d89fd856561974794a5a87f6959194c2769cbf2e..2dab9b6e36766d5d619e25297a87022c4e91796e 100644 (file)
@@ -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 */