]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
The path member can remain private.
authorAlex Rousskov <rousskov@measurement-factory.com>
Sat, 22 Jun 2013 15:20:12 +0000 (09:20 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Sat, 22 Jun 2013 15:20:12 +0000 (09:20 -0600)
src/ipc/StoreMap.h

index ea90edc160985ca46875ff440f117a280f173d5b..ddcf88afb9bb6b98e461288f2e7dd28d474dbd5f 100644 (file)
@@ -192,11 +192,11 @@ public:
     void updateStats(ReadWriteLockStats &stats) const;
 
     StoreMapCleaner *cleaner; ///< notified before a readable entry is freed
-    const String path; ///< cache_dir path or similar cache name; for logging
 
 protected:
     static Owner *Init(const char *const path, const int limit, const size_t extrasSize);
 
+    const String path; ///< cache_dir path or similar cache name; for logging
     Mem::Pointer<Shared> shared;
 
 private: