summaryrefslogtreecommitdiffstats
path: root/src/main/thrift/bwlp.thrift
diff options
context:
space:
mode:
authorMürsel Türk2020-10-14 16:07:11 +0200
committerMürsel Türk2020-10-14 16:07:11 +0200
commitf45301141b9985e4b94bc1992b9408fc1046f7d2 (patch)
treeb973578c324f6d47c5c7bb5da3ed994a9393de69 /src/main/thrift/bwlp.thrift
parent[vmware] Allow hpet CMX entry (diff)
downloadmaster-sync-shared-f45301141b9985e4b94bc1992b9408fc1046f7d2.tar.gz
master-sync-shared-f45301141b9985e4b94bc1992b9408fc1046f7d2.tar.xz
master-sync-shared-f45301141b9985e4b94bc1992b9408fc1046f7d2.zip
Add new field to structs
- A new field added to the LectureSummary and ImageSummaryRead structs. - The thrift definition file recompiled and the generated classes updated. Resolves: #3691
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 94afcf1..3fc9c5a 100644
--- a/src/main/thrift/bwlp.thrift
+++ b/src/main/thrift/bwlp.thrift
@@ -177,6 +177,7 @@ struct ImageSummaryRead {
1: UUID imageBaseId,
3: UUID latestVersionId,
4: string imageName,
+ 23: string description,
5: i32 osId,
6: string virtId,
7: UnixTimestamp createTime,
@@ -317,6 +318,7 @@ struct LectureWrite {
struct LectureSummary {
1: UUID lectureId,
2: string lectureName,
+ 18: string description,
3: UUID imageVersionId,
4: UUID imageBaseId,
5: bool isEnabled,