Commit 574554e2 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent aa319809
...@@ -687,8 +687,8 @@ type AnswerObject struct { ...@@ -687,8 +687,8 @@ type AnswerObject struct {
// and the range is [first, last). C -> S. // and the range is [first, last). C -> S.
// Answer the requested TIDs. S -> C. // Answer the requested TIDs. S -> C.
type AskTIDs struct { type AskTIDs struct {
First uint64 // PIndex XXX this is TID actually ? -> no it is offset in list First uint64 // PIndex [first, last) are offsets that define
Last uint64 // PIndex ----//---- Last uint64 // PIndex range in tid list on remote.
Partition uint32 // PNumber Partition uint32 // PNumber
} }
...@@ -716,8 +716,8 @@ type AnswerTransactionInformation struct { ...@@ -716,8 +716,8 @@ type AnswerTransactionInformation struct {
// Answer history information (serial, size) for an object. S -> C. // Answer history information (serial, size) for an object. S -> C.
type ObjectHistory struct { type ObjectHistory struct {
Oid zodb.Oid Oid zodb.Oid
First uint64 // PIndex XXX this is actually TID First uint64 // PIndex
Last uint64 // PIndex ----//---- Last uint64 // PIndex
} }
type AnswerObjectHistory struct { type AnswerObjectHistory struct {
......
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