From df9ea600ce311bdf907678d0da94eea5b39d890f Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 18 Aug 2015 19:48:59 +0200 Subject: First working version with SSL support --- src/main/thrift/bwlp.thrift | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/main/thrift') diff --git a/src/main/thrift/bwlp.thrift b/src/main/thrift/bwlp.thrift index e392a81..e348d58 100644 --- a/src/main/thrift/bwlp.thrift +++ b/src/main/thrift/bwlp.thrift @@ -93,7 +93,8 @@ struct Organization { struct Satellite { 1: list addressList, - 2: string displayName + 2: string displayName, + 3: binary certSha256 } // Old session information for clients logging in via "test-account" @@ -308,6 +309,8 @@ struct TransferInformation { 1: string token, 2: i32 plainPort, 3: i32 sslPort, + 4: optional list blockHashes, // Only if transfer is a download (and list is known) + 5: optional string machineDescription, // Only if transfer is a download } // Used to tell status of an upload. The blockStatus is one byte per 16MB block, @@ -333,7 +336,7 @@ struct SatelliteConfig { // ############ EXCEPTION ###################### exception TTransferRejectedException { - 1: string reason, + 1: string message, } exception TAuthorizationException { -- cgit v1.2.3-55-g7522