From: hno <> Date: Mon, 14 Oct 2002 13:35:00 +0000 (+0000) Subject: s/delay_id/delayId/g on members and local variables to avoid clash with delay_id... X-Git-Tag: SQUID_3_0_PRE1~669 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07a9e91412fe373086e1ea0730e885b67eb6d44e;p=thirdparty%2Fsquid.git s/delay_id/delayId/g on members and local variables to avoid clash with delay_id type name. --- diff --git a/src/StoreClient.h b/src/StoreClient.h index bdd372b43d..e6be253a19 100644 --- a/src/StoreClient.h +++ b/src/StoreClient.h @@ -1,6 +1,6 @@ /* - * $Id: StoreClient.h,v 1.2 2002/10/13 20:34:57 robertc Exp $ + * $Id: StoreClient.h,v 1.3 2002/10/14 07:35:00 hno Exp $ * * * SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -67,7 +67,7 @@ struct _store_client { unsigned int copy_event_pending:1; } flags; #if DELAY_POOLS - delay_id delay_id; + delay_id delayId; #endif dlink_node node; /* Below here is private - do no alter outside storeClient calls */