]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Move store_client_t from enums.h to Store.h
authorFrancesco Chemolli <kinkie@squid-cache.org>
Sat, 29 Aug 2015 07:57:35 +0000 (09:57 +0200)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Sat, 29 Aug 2015 07:57:35 +0000 (09:57 +0200)
src/Store.h
src/enums.h

index cbd1bc7fc1efa7a46aa415aee668ec57f6754e3a..4c953a8d8ab92e3c3efad7ddea095769ad184f36 100644 (file)
@@ -53,6 +53,12 @@ enum swap_status_t {
     SWAPOUT_DONE
 };
 
+enum store_client_t {
+    STORE_NON_CLIENT,
+    STORE_MEM_CLIENT,
+    STORE_DISK_CLIENT
+};
+
 extern StoreIoStats store_io_stats;
 
 /// maximum number of entries per cache_dir
index a3c9f964c0bd5abd8fc56cc0cbbb758fdd480c4d..ce84ca528125c1205f1cc1e9485b0f835eca04e6 100644 (file)
@@ -22,12 +22,6 @@ typedef enum {
     PING_DONE
 } ping_status_t;
 
-typedef enum {
-    STORE_NON_CLIENT,
-    STORE_MEM_CLIENT,
-    STORE_DISK_CLIENT
-} store_client_t;
-
 /*
  * These are for StoreEntry->flag, which is defined as a SHORT
  *