From b6478c3dd683c830963bcf08043e28afc6aea8d5 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sun, 9 Dec 2018 16:19:11 +0100 Subject: ... --- hash/hash.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hash/hash.go') diff --git a/hash/hash.go b/hash/hash.go index f84edeb..c159e78 100644 --- a/hash/hash.go +++ b/hash/hash.go @@ -76,3 +76,8 @@ type HashHdr struct { Spares [nCached]int32 // spare pages for overflow Bitmaps [nCached]uint16 // address of overflow page bitmaps } + +const ( + hashMagic = 0x061561 + hashVersion = 2 +) -- cgit v1.2.3