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, 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,