diff options
Diffstat (limited to 'src/main/thrift')
| -rw-r--r-- | src/main/thrift/imagemaster.thrift | 6 |
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 { |
