From 44b35f89b62226192734699effc7c162e7eceea8 Mon Sep 17 00:00:00 2001 From: Nils Schwabe Date: Mon, 21 Jul 2014 14:03:33 +0200 Subject: [thrift] Add flag to UploadInfos to tell satellite if all blocks are valid --- src/main/thrift/imagemaster.thrift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main/thrift') diff --git a/src/main/thrift/imagemaster.thrift b/src/main/thrift/imagemaster.thrift index 2ae6d6b..f2b1551 100644 --- a/src/main/thrift/imagemaster.thrift +++ b/src/main/thrift/imagemaster.thrift @@ -90,7 +90,8 @@ struct FtpCredentials { struct UploadInfos { 1: string token, 2: i32 port, - 3: list missingBlocks + 3: list missingBlocks, + 4: bool allBlocksValid } struct DownloadInfos { -- cgit v1.2.3-55-g7522