]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
s/delay_id/delayId/g on members and local variables to avoid clash with delay_id...
authorhno <>
Mon, 14 Oct 2002 13:35:00 +0000 (13:35 +0000)
committerhno <>
Mon, 14 Oct 2002 13:35:00 +0000 (13:35 +0000)
src/StoreClient.h

index bdd372b43d465d90d04bf13f4c9738aa9ef7ec25..e6be253a199e15feb99df0bfaa951cdd9fc4a8ed 100644 (file)
@@ -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 */