From ff283ec187d86f39410adb9d71c88402a00d192a Mon Sep 17 00:00:00 2001 From: wessels <> Date: Tue, 15 Sep 1998 04:20:00 +0000 Subject: [PATCH] typo --- src/structs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */ -- 2.47.3