From d8a8c482b2f6b09ee8995b9563397a9b9bd135e8 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 19 Apr 2010 15:37:56 +0000 Subject: Nevermind about the Myriad bug. It was really obvious, I was accidentally adding all pre-allocated blocks to the header stream instead of just allocating them. This caused some oddness, as you can probably imagine. There's a good way to go before Myriad is as cool as it could be, but it's already much more efficient and all around better than nids. I'll have to write a program to convert nids cache stores to myriad cache stores, but that should be fairly minor. --- src/myriad.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/myriad.h') diff --git a/src/myriad.h b/src/myriad.h index 8f626a4..9bbc812 100644 --- a/src/myriad.h +++ b/src/myriad.h @@ -159,6 +159,7 @@ namespace Bu StreamArray aStreams; typedef Bu::Hash BlockHash; BlockHash hActiveBlocks; + bool bHeaderChanged; }; }; -- cgit v1.2.3