From 6bd9cc181e2489399ebe0df562e1e92ed4419b0d Mon Sep 17 00:00:00 2001 From: Shlomo Hecht Date: Sun, 3 May 2020 08:53:20 +0300 Subject: suggested additions to Protobuf - messages --- Software/PMR/Messages/ThreadLoading/StartThreadLoadingResponse.proto | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Software/PMR/Messages/ThreadLoading') diff --git a/Software/PMR/Messages/ThreadLoading/StartThreadLoadingResponse.proto b/Software/PMR/Messages/ThreadLoading/StartThreadLoadingResponse.proto index be8136741..1a81c2a96 100644 --- a/Software/PMR/Messages/ThreadLoading/StartThreadLoadingResponse.proto +++ b/Software/PMR/Messages/ThreadLoading/StartThreadLoadingResponse.proto @@ -9,4 +9,6 @@ message StartThreadLoadingResponse { ThreadLoadingState State = 1; string ErrorReason = 2; + double ProgressPercentage = 3; + string Message = 4; } \ No newline at end of file -- cgit v1.3.1