Index: sync/protocol/sync.proto |
diff --git a/sync/protocol/sync.proto b/sync/protocol/sync.proto |
index df302e3f213aea19184afa60b7fb1dd80f5b15cb..1db6587252311b49b973c2405ad5c8489ba0de90 100644 |
--- a/sync/protocol/sync.proto |
+++ b/sync/protocol/sync.proto |
@@ -492,6 +492,13 @@ message GetUpdateTriggers { |
// |
// Introduced in M38. |
optional bool initial_sync_in_progress = 7; |
+ |
+ // This flag is set if this GetUpdate request is due to client receive |
Nicolas Zea
2015/02/06 22:37:01
couple grammar nits: "receive" -> "receiving", "so
Gang Wu
2015/02/06 22:58:19
Done.
|
+ // conflict response from server, so client need to sync and then resolve |
+ // conflict locally, and then commit again. |
+ // |
+ // Introduced in M41. |
Nicolas Zea
2015/02/06 22:37:01
This should be m42, 41 has already been cut.
Gang Wu
2015/02/06 22:58:19
Done.
|
+ optional bool sync_for_resolve_conflict_in_progress = 8; |
} |
message GarbageCollectionDirective { |