summaryrefslogtreecommitdiffstats
path: root/src/main/thrift
diff options
context:
space:
mode:
authorNils Schwabe2014-07-07 14:55:43 +0200
committerNils Schwabe2014-07-07 14:55:43 +0200
commitcf3d1d0b3f7dc8bddd3f87131afc414d53d3c800 (patch)
tree708768d87c50ff8cdede20988c9e7d4016066e07 /src/main/thrift
parentAdd port to up- and download infos (diff)
downloadmaster-sync-shared-cf3d1d0b3f7dc8bddd3f87131afc414d53d3c800.tar.gz
master-sync-shared-cf3d1d0b3f7dc8bddd3f87131afc414d53d3c800.tar.xz
master-sync-shared-cf3d1d0b3f7dc8bddd3f87131afc414d53d3c800.zip
Add argument to send crc sums over thrift
Diffstat (limited to 'src/main/thrift')
-rw-r--r--src/main/thrift/imagemaster.thrift2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/thrift/imagemaster.thrift b/src/main/thrift/imagemaster.thrift
index f2bf475..8d219d8 100644
--- a/src/main/thrift/imagemaster.thrift
+++ b/src/main/thrift/imagemaster.thrift
@@ -127,7 +127,7 @@ service ImageServer {
ServerSessionData serverAuthenticate(1:string organization, 2:binary challengeResponse) throws (1:ServerAuthenticationException failure),
- UploadInfos submitImage(1:string serverSessionId, 2:ImageData imageDescription) throws (1:AuthorizationException failure, 2: ImageDataException failure2, 3: UploadException failure3),
+ UploadInfos submitImage(1:string serverSessionId, 2:ImageData imageDescription, 3:list<i32> crcSums) throws (1:AuthorizationException failure, 2: ImageDataException failure2, 3: UploadException failure3),
DownloadInfos getImage(1:UUID uuid, 2:string serverSessionId, 3:list<i32> requestedBlocks) throws (1:AuthorizationException failure, 2: ImageDataException failure2),