summaryrefslogtreecommitdiffstats
path: root/src/main/thrift/bwlp.thrift
diff options
context:
space:
mode:
authorSimon Rettberg2016-04-18 18:01:03 +0200
committerSimon Rettberg2016-04-18 18:01:03 +0200
commit2b6cb079a7793536db9945b59749a3a6c9d726a4 (patch)
tree31a23d94c1e9df5af3dc33da0ea6924cc8c6aeab /src/main/thrift/bwlp.thrift
parentMore additions for central image store (diff)
downloadmaster-sync-shared-2b6cb079a7793536db9945b59749a3a6c9d726a4.tar.gz
master-sync-shared-2b6cb079a7793536db9945b59749a3a6c9d726a4.tar.xz
master-sync-shared-2b6cb079a7793536db9945b59749a3a6c9d726a4.zip
Add queryUploadStatus to master server
Diffstat (limited to 'src/main/thrift/bwlp.thrift')
-rw-r--r--src/main/thrift/bwlp.thrift4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/thrift/bwlp.thrift b/src/main/thrift/bwlp.thrift
index 57afb0e..b0e866a 100644
--- a/src/main/thrift/bwlp.thrift
+++ b/src/main/thrift/bwlp.thrift
@@ -665,4 +665,8 @@ service MasterServer {
list<MasterSoftware> getSoftware(1:UnixTimestamp startDate)
throws (1:TInvocationException serverError),
+ // Client (maybe later server too) queries server-side status of an upload
+ TransferStatus queryUploadStatus(1: Token uploadToken)
+ throws (1:TInvalidTokenException ex1),
+
}