From 18e6d93216e039004b86aa48ac05f7b05cb51ace Mon Sep 17 00:00:00 2001 From: Tim Uebelhoer <tim.uebelhoer@rwth-aachen.de> Date: Sat, 6 Jan 2018 16:10:13 +0100 Subject: [PATCH] Added total size of fmu for pre allocation. --- ModeliRpc.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/ModeliRpc.proto b/ModeliRpc.proto index 38552fd..6c6b3cc 100644 --- a/ModeliRpc.proto +++ b/ModeliRpc.proto @@ -78,6 +78,7 @@ message StopResponse { message AddFmuRequest { string instance_name = 1; bytes chunk = 2; + int64 total_size = 3; } message AddFmuResponse { -- GitLab