]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
STORE_MEM_CLIENT, STORE_DISK_CLIENT for store_client->type
authorwessels <>
Fri, 24 Oct 1997 05:20:50 +0000 (05:20 +0000)
committerwessels <>
Fri, 24 Oct 1997 05:20:50 +0000 (05:20 +0000)
src/enums.h

index b232f8732513369dc358b3a5e8de605cacabe5cb..d82b051dbeeafbda40cf152db5e0177600dce0fb 100644 (file)
@@ -218,6 +218,12 @@ enum {
     SWAPOUT_DONE
 };
 
+enum {
+       STORE_NON_CLIENT,
+       STORE_MEM_CLIENT,
+       STORE_DISK_CLIENT
+};
+
 enum {
     METHOD_NONE,               /* 000 */
     METHOD_GET,                        /* 001 */