summaryrefslogtreecommitdiffstats
path: root/src/main/thrift/bwlp.thrift
diff options
context:
space:
mode:
authorSimon Rettberg2021-04-21 15:30:08 +0200
committerSimon Rettberg2021-04-21 15:30:08 +0200
commitd5a66fb704cafa593a6f15c5463ea052f27647a5 (patch)
tree78158d26afc0112e4b9bd50ae3973185f784c4da /src/main/thrift/bwlp.thrift
parent[vm/DiskImage] Remove File constructor, make sure open file doesn't leak (diff)
downloadmaster-sync-shared-d5a66fb704cafa593a6f15c5463ea052f27647a5.tar.gz
master-sync-shared-d5a66fb704cafa593a6f15c5463ea052f27647a5.tar.xz
master-sync-shared-d5a66fb704cafa593a6f15c5463ea052f27647a5.zip
[thrift] Add allowStudentDownload to SatelliteConfig
Diffstat (limited to 'src/main/thrift/bwlp.thrift')
-rw-r--r--src/main/thrift/bwlp.thrift2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/thrift/bwlp.thrift b/src/main/thrift/bwlp.thrift
index 3fc9c5a..9b4c008 100644
--- a/src/main/thrift/bwlp.thrift
+++ b/src/main/thrift/bwlp.thrift
@@ -423,6 +423,8 @@ struct SatelliteConfig {
9: optional bool allowLoginByDefault,
// ServerSide Copy on, off, auto or controlled by user
10: optional SscMode serverSideCopy,
+ // Students are allowed to download non-restricted images?
+ 11: optional bool allowStudentDownload,
}
struct SatelliteStatus {