summaryrefslogtreecommitdiffstats
path: root/src/main/thrift/bwlp.thrift
diff options
context:
space:
mode:
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),
+
}