summaryrefslogtreecommitdiffstats
path: root/src/main/thrift
diff options
context:
space:
mode:
authorBjörn Hagemeister2014-09-23 16:26:32 +0200
committerBjörn Hagemeister2014-09-23 16:26:32 +0200
commit457a6152aeec27ef941db8f0c50700c25c09390e (patch)
tree72fef6e41f5a37aea82b0defc78b8f387320fd3d /src/main/thrift
parentFirst adaptions to new filetransfer class. (diff)
downloadmaster-sync-shared-457a6152aeec27ef941db8f0c50700c25c09390e.tar.gz
master-sync-shared-457a6152aeec27ef941db8f0c50700c25c09390e.tar.xz
master-sync-shared-457a6152aeec27ef941db8f0c50700c25c09390e.zip
Removed missingBlocks and allBlocksValid from uploadInfos.
Diffstat (limited to 'src/main/thrift')
-rw-r--r--src/main/thrift/imagemaster.thrift2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/thrift/imagemaster.thrift b/src/main/thrift/imagemaster.thrift
index e2180e0..7b8e8c1 100644
--- a/src/main/thrift/imagemaster.thrift
+++ b/src/main/thrift/imagemaster.thrift
@@ -90,8 +90,6 @@ struct FtpCredentials {
struct UploadInfos {
1: string token,
2: i32 port,
- 3: list<i32> missingBlocks,
- 4: bool allBlocksValid
}
struct DownloadInfos {