Skip to content

Commit

Permalink
prototyping
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 627439305
  • Loading branch information
anayw2001 authored and copybara-github committed Jan 21, 2025
1 parent 639581f commit 7713d78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sharing/proto/wire_format.proto
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ message V1Frame {

// An introduction packet sent by the sending side. Contains a list of files
// they'd like to share.
// NEXT_ID=9
// NEXT_ID=10
message IntroductionFrame {
enum SharingUseCase {
UNKNOWN = 0;
Expand All @@ -228,6 +228,7 @@ message IntroductionFrame {
optional bool start_transfer = 6;
repeated StreamMetadata stream_metadata = 7;
optional SharingUseCase use_case = 8;
repeated int64 preview_payload_ids = 9;
}

// A progress update packet sent by the sending side. Contains transfer progress
Expand Down

0 comments on commit 7713d78

Please sign in to comment.