summaryrefslogtreecommitdiffstats
path: root/src/main/thrift
diff options
context:
space:
mode:
authorNils Schwabe2014-07-21 14:03:33 +0200
committerNils Schwabe2014-07-21 14:03:33 +0200
commit44b35f89b62226192734699effc7c162e7eceea8 (patch)
tree2bfdb27fe2f3d06ca0fa46438387f0a9e93e5a15 /src/main/thrift
parent[thrift] Add new error code for invalid blocks (diff)
downloadmaster-sync-shared-44b35f89b62226192734699effc7c162e7eceea8.tar.gz
master-sync-shared-44b35f89b62226192734699effc7c162e7eceea8.tar.xz
master-sync-shared-44b35f89b62226192734699effc7c162e7eceea8.zip
[thrift] Add flag to UploadInfos to tell satellite if all blocks are valid
Diffstat (limited to 'src/main/thrift')
-rw-r--r--src/main/thrift/imagemaster.thrift3
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 {