aboutsummaryrefslogtreecommitdiff
path: root/src/myriad.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2011-04-05 00:44:48 +0000
committerMike Buland <eichlan@xagasoft.com>2011-04-05 00:44:48 +0000
commit5fdf49f609a658161f482b406590531d4941ac46 (patch)
treeb4f0fb11174e3a34afbdb55f6c63927107331118 /src/myriad.h
parentf837e7ef09bab37d2f896f381f5f956c824633c5 (diff)
downloadlibbu++-5fdf49f609a658161f482b406590531d4941ac46.tar.gz
libbu++-5fdf49f609a658161f482b406590531d4941ac46.tar.bz2
libbu++-5fdf49f609a658161f482b406590531d4941ac46.tar.xz
libbu++-5fdf49f609a658161f482b406590531d4941ac46.zip
Fixed the cache system missing a sync on header data for inserts and deletes.
Diffstat (limited to 'src/myriad.h')
-rw-r--r--src/myriad.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/myriad.h b/src/myriad.h
index 86c7aa1..3382ab5 100644
--- a/src/myriad.h
+++ b/src/myriad.h
@@ -155,6 +155,8 @@ namespace Bu
155 */ 155 */
156 static bool isMyriad( Bu::Stream &sStore ); 156 static bool isMyriad( Bu::Stream &sStore );
157 157
158 const Bu::BitString &getBlocksUsed() const;
159
158 private: 160 private:
159 /** 161 /**
160 * Initialize this object based on the data already in the assosiated 162 * Initialize this object based on the data already in the assosiated