From ed2475e55da3532831f979ff5877d867bc1b3781 Mon Sep 17 00:00:00 2001 From: Nils Schwabe Date: Mon, 7 Jul 2014 14:21:44 +0200 Subject: Add port to up- and download infos Add function to CRCFile to create one from a list of crc sums --- src/main/thrift/imagemaster.thrift | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/main/thrift') 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 missingBlocks + 2: i32 port, + 3: list missingBlocks } struct DownloadInfos { - 1: string token + 1: string token, + 2: i32 port } struct ServerSessionData { -- cgit v1.2.3-55-g7522