Commit aa319809 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent ad485db2
...@@ -558,7 +558,6 @@ type AnswerInformationLocked struct { ...@@ -558,7 +558,6 @@ type AnswerInformationLocked struct {
} }
// Invalidate objects. PM -> C. // Invalidate objects. PM -> C.
// XXX ask_finish_transaction ?
type InvalidateObjects struct { type InvalidateObjects struct {
Tid zodb.Tid Tid zodb.Tid
OidList []zodb.Oid OidList []zodb.Oid
...@@ -600,6 +599,11 @@ type AnswerRebaseTransaction struct { ...@@ -600,6 +599,11 @@ type AnswerRebaseTransaction struct {
} }
// Rebase object. C -> S. // Rebase object. C -> S.
//
// XXX: It is a request packet to simplify the implementation. For more
// efficiency, this should be turned into a notification, and the
// RebaseTransaction should answered once all objects are rebased
// (so that the client can still wait on something).
type RebaseObject struct { type RebaseObject struct {
TTid zodb.Tid TTid zodb.Tid
Oid zodb.Oid Oid zodb.Oid
......
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