Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3396409
D4217.id13364.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
905 B
Referenced Files
None
Subscribers
None
D4217.id13364.diff
View Options
diff --git a/native/cpp/CommonCpp/grpc/protos/tunnelbroker.proto b/native/cpp/CommonCpp/grpc/protos/tunnelbroker.proto
--- a/native/cpp/CommonCpp/grpc/protos/tunnelbroker.proto
+++ b/native/cpp/CommonCpp/grpc/protos/tunnelbroker.proto
@@ -20,6 +20,7 @@
rpc NewSession(NewSessionRequest) returns (NewSessionResponse) {}
rpc Send(SendRequest) returns (google.protobuf.Empty) {}
rpc Get(GetRequest) returns (stream GetResponse) {}
+ rpc ConfirmCheckpoint(ConfirmCheckpointRequest) returns (google.protobuf.Empty) {}
// Replacing Send and Get with a single bidirectional streaming RPC
rpc OpenStream(stream OutboundMessage) returns (stream InboundMessage) {}
@@ -76,6 +77,11 @@
repeated string blobHashes = 3;
}
+message ConfirmCheckpointRequest {
+ string sessionID = 1;
+ string checkpointTime = 2;
+}
+
message OutboundMessage {
string toDeviceID = 1;
string payload = 2;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Dec 2, 12:09 PM (19 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2607553
Default Alt Text
D4217.id13364.diff (905 B)
Attached To
Mode
D4217: [services] Tunnelbroker - Add messages request and confirmation method to grpc proto file
Attached
Detach File
Event Timeline
Log In to Comment