From: Francesco Chemolli Date: Sat, 29 Aug 2015 07:57:35 +0000 (+0200) Subject: Move store_client_t from enums.h to Store.h X-Git-Tag: SQUID_4_0_1~81^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fe12971489f84ea4dfb1afab85d5dc3b129a6b8b;p=thirdparty%2Fsquid.git Move store_client_t from enums.h to Store.h --- diff --git a/src/Store.h b/src/Store.h index cbd1bc7fc1..4c953a8d8a 100644 --- a/src/Store.h +++ b/src/Store.h @@ -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 diff --git a/src/enums.h b/src/enums.h index a3c9f964c0..ce84ca5281 100644 --- a/src/enums.h +++ b/src/enums.h @@ -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 *