From 2b6cb079a7793536db9945b59749a3a6c9d726a4 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 18 Apr 2016 18:01:03 +0200 Subject: Add queryUploadStatus to master server --- src/main/thrift/bwlp.thrift | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/main/thrift') 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 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), + } -- cgit v1.2.3-55-g7522