Implement BlockMap

This commit is contained in:
Audrius Butkevicius
2014-10-06 21:57:33 +01:00
committed by Jakob Borg
parent 8818c4785b
commit 435f9113e8
4 changed files with 441 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ func clock(v uint64) uint64 {
const (
keyTypeDevice = iota
keyTypeGlobal
keyTypeBlock
)
type fileVersion struct {