summaryrefslogtreecommitdiffstats
path: root/src/main/thrift
diff options
context:
space:
mode:
authorBjörn Hagemeister2014-09-22 18:10:17 +0200
committerBjörn Hagemeister2014-09-22 18:10:17 +0200
commit907339c9f36e46520f51e0e36ec0a15254684378 (patch)
tree4927373ac3ad6be1528c13b7dc682293ab012caf /src/main/thrift
parentRework file transfer, try to use callbacks for everything (diff)
downloadmaster-sync-shared-907339c9f36e46520f51e0e36ec0a15254684378.tar.gz
master-sync-shared-907339c9f36e46520f51e0e36ec0a15254684378.tar.xz
master-sync-shared-907339c9f36e46520f51e0e36ec0a15254684378.zip
First adaptions to new filetransfer class.
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 f2b1551..e2180e0 100644
--- a/src/main/thrift/imagemaster.thrift
+++ b/src/main/thrift/imagemaster.thrift
@@ -134,6 +134,6 @@ service ImageServer {
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),
+ DownloadInfos getImage(1:UUID uuid, 2:string serverSessionId) throws (1:AuthorizationException failure, 2: ImageDataException failure2),
} \ No newline at end of file