Commit ba1fa75d authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 1e202d1c
...@@ -455,8 +455,8 @@ type SendPartitionTable struct { ...@@ -455,8 +455,8 @@ type SendPartitionTable struct {
type NotifyPartitionChanges struct { type NotifyPartitionChanges struct {
PTid PTid
CellList []struct { CellList []struct {
Offset uint32 // PNumber XXX -> Pid Offset uint32 // PNumber XXX -> Pid
CellInfo CellInfo CellInfo CellInfo
} }
} }
...@@ -536,7 +536,7 @@ type FailedVote struct { ...@@ -536,7 +536,7 @@ type FailedVote struct {
// Finish a transaction. C -> PM. // Finish a transaction. C -> PM.
// Answer when a transaction is finished. PM -> C. // Answer when a transaction is finished. PM -> C.
type FinishTransaction struct { type FinishTransaction struct {
Tid zodb.Tid // XXX this is ttid Tid zodb.Tid // XXX this is ttid
OIDList []zodb.Oid OIDList []zodb.Oid
CheckedList []zodb.Oid CheckedList []zodb.Oid
} }
...@@ -610,9 +610,9 @@ type AnswerRebaseObject struct { ...@@ -610,9 +610,9 @@ type AnswerRebaseObject struct {
Serial zodb.Tid Serial zodb.Tid
ConflictSerial zodb.Tid ConflictSerial zodb.Tid
// FIXME POption('data') // FIXME POption('data')
Compression bool Compression bool
Checksum Checksum Checksum Checksum
Data *mem.Buf Data *mem.Buf
} }
...@@ -1000,7 +1000,7 @@ type NotifyTransactionFinished struct { ...@@ -1000,7 +1000,7 @@ type NotifyTransactionFinished struct {
type Replicate struct { type Replicate struct {
Tid zodb.Tid Tid zodb.Tid
UpstreamName string UpstreamName string
SourceDict map[uint32/*PNumber*/]string // partition -> address FIXME string -> Address SourceDict map[uint32/*PNumber*/]string // partition -> address FIXME string -> Address
} }
// Notify the master node that a partition has been successfully replicated // Notify the master node that a partition has been successfully replicated
......
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