summaryrefslogtreecommitdiffstats
path: root/src/main/thrift
diff options
context:
space:
mode:
authorNils Schwabe2014-07-04 13:33:13 +0200
committerNils Schwabe2014-07-04 13:33:13 +0200
commit081c69c46e8c6eae3ade76c5469be534fe9255cd (patch)
tree69ec502b829c6c6cae01f7632265dd89340a7a8b /src/main/thrift
parentMove crc checler from masterserver to master-sync-shared (diff)
downloadmaster-sync-shared-081c69c46e8c6eae3ade76c5469be534fe9255cd.tar.gz
master-sync-shared-081c69c46e8c6eae3ade76c5469be534fe9255cd.tar.xz
master-sync-shared-081c69c46e8c6eae3ade76c5469be534fe9255cd.zip
Changed getImage method. So that the client can request blocks.
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 0b8b95b..46ec27f 100644
--- a/src/main/thrift/imagemaster.thrift
+++ b/src/main/thrift/imagemaster.thrift
@@ -127,7 +127,7 @@ service ImageServer {
UploadInfos submitImage(1:string serverSessionId, 2:ImageData imageDescription) throws (1:AuthorizationException failure, 2: ImageDataException failure2, 3: UploadException failure3),
- DownloadInfos getImage(1:UUID uuid, 2:string serverSessionId) throws (1:AuthorizationException failure, 2: ImageDataException failure2),
+ DownloadInfos getImage(1:UUID uuid, 2:string serverSessionId, 3:list<i32> requestedBlocks) throws (1:AuthorizationException failure, 2: ImageDataException failure2),
}