From ef2935347099967cc7092fa7f472d91d51571468 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 24 Feb 2009 00:06:16 +0000 Subject: Whoa, lots of updates. Md5 is more general, nids, cache, cachestore, and cachestorenids all support synchronizing now. Url is pretty much done. --- src/nids.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/nids.h') diff --git a/src/nids.h b/src/nids.h index 262d9c1..cab4448 100644 --- a/src/nids.h +++ b/src/nids.h @@ -70,6 +70,12 @@ namespace Bu int getBlockStart(); int getBlockOverhead(); + /** + * Syncronize the header data, etc. with the storage stream. It's not + * a bad idea to call this periodically. + */ + void sync(); + private: typedef struct Block { -- cgit v1.2.3