Commit 1e40e46d authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent f4585e14
...@@ -38,8 +38,8 @@ import ( ...@@ -38,8 +38,8 @@ import (
type tStorage struct { type tStorage struct {
//txnv []tTxnRecord // transactions; .tid↑ //txnv []tTxnRecord // transactions; .tid↑
// oid -> [](.serial, .data) // oid -> [](.serial, .data)
dataMap map[zodb.Oid][]tOidData // with .serial↑ dataMap map[zodb.Oid][]tOidData
} }
// data for oid for 1 revision // data for oid for 1 revision
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment