From 0cec55fac7e57901a5b5f13b6ad4c67128faa5fe Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 4 Sep 2015 15:49:48 +0200 Subject: Add mem and cpu info to OS --- src/main/thrift/bwlp.thrift | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main/thrift') diff --git a/src/main/thrift/bwlp.thrift b/src/main/thrift/bwlp.thrift index 91e904d..088f11c 100644 --- a/src/main/thrift/bwlp.thrift +++ b/src/main/thrift/bwlp.thrift @@ -129,6 +129,8 @@ struct OperatingSystem { 2: string osName, 3: map virtualizerOsId, 4: string architecture, + 5: i32 maxMemMb, + 6: i32 maxCores, } struct ImagePermissions { -- cgit v1.2.3-55-g7522