summaryrefslogtreecommitdiffstats
path: root/src/main/thrift
diff options
context:
space:
mode:
authorNils Schwabe2014-07-07 14:21:44 +0200
committerNils Schwabe2014-07-07 14:21:44 +0200
commited2475e55da3532831f979ff5877d867bc1b3781 (patch)
tree152dccccd07465aff71aa23efa3f2f9dd6507672 /src/main/thrift
parentBegin to implement crc scheduler (not working...) (diff)
downloadmaster-sync-shared-ed2475e55da3532831f979ff5877d867bc1b3781.tar.gz
master-sync-shared-ed2475e55da3532831f979ff5877d867bc1b3781.tar.xz
master-sync-shared-ed2475e55da3532831f979ff5877d867bc1b3781.zip
Add port to up- and download infos
Add function to CRCFile to create one from a list of crc sums
Diffstat (limited to 'src/main/thrift')
-rw-r--r--src/main/thrift/imagemaster.thrift6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/main/thrift/imagemaster.thrift b/src/main/thrift/imagemaster.thrift
index 46ec27f..f2bf475 100644
--- a/src/main/thrift/imagemaster.thrift
+++ b/src/main/thrift/imagemaster.thrift
@@ -87,11 +87,13 @@ struct FtpCredentials {
struct UploadInfos {
1: string token,
- 2: list<i32> missingBlocks
+ 2: i32 port,
+ 3: list<i32> missingBlocks
}
struct DownloadInfos {
- 1: string token
+ 1: string token,
+ 2: i32 port
}
struct ServerSessionData {