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.thrift3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/thrift/bwlp.thrift b/src/main/thrift/bwlp.thrift
index 6ba7938..ad9f704 100644
--- a/src/main/thrift/bwlp.thrift
+++ b/src/main/thrift/bwlp.thrift
@@ -708,6 +708,9 @@ service MasterServer {
void invalidateSession(1: Token sessionId)
throws (1:TInvalidTokenException ex),
+ ClientSessionData getSessionFromAccessCode(1: string accessCode)
+ throws (1:TNotFoundException notFound, 2:TAuthorizationException auth),
+
/*
* Server (Satellite) calls
*/