aboutsummaryrefslogtreecommitdiff
path: root/meta.go
diff options
context:
space:
mode:
Diffstat (limited to 'meta.go')
-rw-r--r--meta.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta.go b/meta.go
index 3da5bc3..f3bc4b6 100644
--- a/meta.go
+++ b/meta.go
@@ -5,7 +5,7 @@ var (
VersionMismatchError = &Error{"version mismatch", nil}
)
-const magic uint32 = 0xC0DEC0DE
+const magic uint32 = 0xDEADC0DE
const version uint32 = 1
type meta struct {
@@ -13,8 +13,8 @@ type meta struct {
version uint32
pageSize uint32
pgid pgid
- txnid txnid
free pgid
+ txnid txnid
sys bucket
}