From e58b428c7aed96c7abe34b664df0659cc56e5b27 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 22 Feb 2019 12:04:26 +0100 Subject: Add Server Side Copy setting to SatelliteConfig --- src/main/thrift/bwlp.thrift | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/main/thrift') diff --git a/src/main/thrift/bwlp.thrift b/src/main/thrift/bwlp.thrift index bed99f8..308b62b 100644 --- a/src/main/thrift/bwlp.thrift +++ b/src/main/thrift/bwlp.thrift @@ -76,6 +76,13 @@ enum NetShareAuth { OTHER_USER } +enum SscMode { + OFF, + ON, + AUTO, + USER, +} + // ############## STRUCT ############### struct UserInfo { @@ -403,6 +410,8 @@ struct SatelliteConfig { 8: optional i32 maxLocationsPerLecture, // Whether users connecting to the sat for the first time are allowed to login 9: optional bool allowLoginByDefault, + // ServerSide Copy on, off, auto or controlled by user + 10: optional SscMode serverSideCopy, } struct SatelliteStatus { -- cgit v1.2.3-55-g7522