Skip to content
Snippets Groups Projects
Commit 18e6d932 authored by Tim Übelhör's avatar Tim Übelhör
Browse files

Added total size of fmu for pre allocation.

parent f07e8379
Branches
Tags
No related merge requests found
...@@ -78,6 +78,7 @@ message StopResponse { ...@@ -78,6 +78,7 @@ message StopResponse {
message AddFmuRequest { message AddFmuRequest {
string instance_name = 1; string instance_name = 1;
bytes chunk = 2; bytes chunk = 2;
int64 total_size = 3;
} }
message AddFmuResponse { message AddFmuResponse {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment