summaryrefslogtreecommitdiffstats
path: root/src/main/thrift/bwlp.thrift
diff options
context:
space:
mode:
authorSimon Rettberg2016-01-13 19:08:10 +0100
committerSimon Rettberg2016-01-13 19:08:10 +0100
commit378eaa8ad1d68b16c73c563ce31c076eeec26005 (patch)
treee565e927c4274d7b501eb28bb90d4fdddb56d717 /src/main/thrift/bwlp.thrift
parentSwitch to thrift compiler 0.9.3 (diff)
downloadmaster-sync-shared-378eaa8ad1d68b16c73c563ce31c076eeec26005.tar.gz
master-sync-shared-378eaa8ad1d68b16c73c563ce31c076eeec26005.tar.xz
master-sync-shared-378eaa8ad1d68b16c73c563ce31c076eeec26005.zip
Thrift(SAT): Add lecture is private only field to lecture struct
Diffstat (limited to 'src/main/thrift/bwlp.thrift')
-rw-r--r--src/main/thrift/bwlp.thrift1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/thrift/bwlp.thrift b/src/main/thrift/bwlp.thrift
index f89644e..9583a9d 100644
--- a/src/main/thrift/bwlp.thrift
+++ b/src/main/thrift/bwlp.thrift
@@ -255,6 +255,7 @@ struct LectureWrite {
16: optional list<string> remAllowedUsers, // users to remove from that list
17: list<i32> locationIds,
18: bool limitToLocations,
+ 19: bool limitToAllowedUsers,
}
struct LectureSummary {