]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/fs/rock/RockSwapDir.h
Collapse internal revalidation requests (SMP-unaware caches).
[thirdparty/squid.git] / src / fs / rock / RockSwapDir.h
index 7340ec7e4becae87cb261b57dc1770ffcd7342e3..57c8ab4608d402f5cb0cd3c816052a820c2080f4 100644 (file)
@@ -47,6 +47,7 @@ public:
     virtual void swappedOut(const StoreEntry &e);
     virtual void create();
     virtual void parse(int index, char *path);
+    virtual bool smpAware() const { return true; }
 
     // temporary path to the shared memory map of first slots of cached entries
     SBuf inodeMapPath() const;