]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/fs/rock/RockIoState.h
Support "appending" read/write lock state that can be shared by readers
[thirdparty/squid.git] / src / fs / rock / RockIoState.h
index f22a736e0aeec8de58825aeec898615bc3c7c38a..29e02f5d5782950a8b3e08faa4b5bda79fc43a5a 100644 (file)
@@ -50,7 +50,7 @@ private:
     void tryWrite(char const *buf, size_t size, off_t offset);
     size_t writeToBuffer(char const *buf, size_t size);
     void writeToDisk(const SlotId nextSlot);
-    void writeBufToDisk(const bool last);
+    void writeBufToDisk(const SlotId nextSlot);
     SlotId reserveSlotForWriting();
     
     void callBack(int errflag);