Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions os/os.proto
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ message TransferRequest {
// and 2) the required space in the Target is larger than the available space
// and 3) the Target is unable to release space for the incoming OS package,
// then the Target must reply with InstallError->Type->TOO_LARGE.
// It is recommended that this field be set, so that the Target can
// free up space more precisely.
uint64 package_size = 3;
}

Expand Down
Loading