]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Added CBDATA_UNDEF, and moved the custom cbdata type identities to 1000+
authorhno <>
Sat, 6 Jan 2001 18:45:46 +0000 (18:45 +0000)
committerhno <>
Sat, 6 Jan 2001 18:45:46 +0000 (18:45 +0000)
src/enums.h

index 65139351b09db01b941c8e6037c2d2ce89e3ec74..e4b63f0e913f1dec29025cf1775a5e87f0c80708 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: enums.h,v 1.178 2001/01/05 09:51:37 adrian Exp $
+ * $Id: enums.h,v 1.179 2001/01/06 11:45:46 hno Exp $
  *
  *
  * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
@@ -684,6 +684,7 @@ enum {
  */
 typedef enum {
     CBDATA_UNKNOWN = 0,
+    CBDATA_UNDEF = 0,
     CBDATA_acl_access,
     CBDATA_aclCheck_t,
     CBDATA_clientHttpRequest,
@@ -702,5 +703,5 @@ typedef enum {
     CBDATA_RemovalPurgeWalker,
     CBDATA_store_client,
     CBDATA_storeIOState,
-    CBDATA_FIRST_CUSTOM_TYPE
+    CBDATA_FIRST_CUSTOM_TYPE = 1000
 } cbdata_type;