diff options
Diffstat (limited to 'src/main/thrift')
| -rw-r--r-- | src/main/thrift/imagemaster.thrift | 3 |
1 files changed, 2 insertions, 1 deletions
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<i32> missingBlocks + 3: list<i32> missingBlocks, + 4: bool allBlocksValid } struct DownloadInfos { |
