diff options
Diffstat (limited to 'zenstore/filecas.h')
| -rw-r--r-- | zenstore/filecas.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zenstore/filecas.h b/zenstore/filecas.h index 448d1a05f..c7cd9d7ca 100644 --- a/zenstore/filecas.h +++ b/zenstore/filecas.h @@ -22,6 +22,7 @@ struct FileCasStrategy void FilterChunks(CasChunkSet& InOutChunks); void Flush(); void GarbageCollect(GcContext& GcCtx); + void Scrub(); private: const CasStoreConfiguration& m_Config; |