Index: sync/protocol/sync.proto |
diff --git a/sync/protocol/sync.proto b/sync/protocol/sync.proto |
index 468da889013845c66120bcc9396853cb4e82ded4..934021d8aa922a3aaa0d65756ae9c4bdbffd66d4 100644 |
--- a/sync/protocol/sync.proto |
+++ b/sync/protocol/sync.proto |
@@ -569,6 +569,11 @@ message ClientToServerMessage { |
// The client should set this on every message sent to the server, though its |
// member fields may often be unset. |
optional ClientStatus client_status = 13; |
+ |
+ // The ID that our invalidation client used to identify itself to the server. |
+ // Sending the ID here allows the server to not send notifications of our own |
+ // changes to our invalidator. |
+ optional string invalidator_client_id = 14; |
}; |
message CommitResponse { |