]> git.cworth.org Git - apitrace/blobdiff - trace_snappyfile.hpp
Time fetch of the biggest frame.
[apitrace] / trace_snappyfile.hpp
index bfb3dff406ce81e5f8185c114944777220ced5d7..469f29e13cbe561cd5416da8bafd3e2487bd3c61 100644 (file)
@@ -84,7 +84,7 @@ private:
         return m_stream.eof() && freeCacheSize() == 0;
     }
     void flushWriteCache();
-    void flushReadCache();
+    void flushReadCache(size_t skipLength = 0);
     void createCache(size_t size);
     void writeCompressedLength(size_t length);
     size_t readCompressedLength();