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.thrift2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/thrift/bwlp.thrift b/src/main/thrift/bwlp.thrift
index d41db3f..c79e2d6 100644
--- a/src/main/thrift/bwlp.thrift
+++ b/src/main/thrift/bwlp.thrift
@@ -219,7 +219,6 @@ struct LectureWrite {
5: bool isEnabled,
6: UnixTimestamp startTime,
7: UnixTimestamp endTime,
- 8: UUID ownerId,
9: string runscript,
10: list<string> nics,
11: optional list<string> allowedUsers, // allowed to see/select image in vmchooser. These are local accounts, not bwIDM/Master
@@ -245,6 +244,7 @@ struct LectureSummary {
13: bool hasInternetAccess,
14: LecturePermissions defaultPermissions,
15: optional LecturePermissions userPermissions,
+ 16: bool isImageVersionUsable, // Is the linked image version valid and enabled?
}
struct LectureRead {