diff options
author | Simon Rettberg | 2015-09-04 15:49:48 +0200 |
---|---|---|
committer | Simon Rettberg | 2015-09-04 15:49:48 +0200 |
commit | 0cec55fac7e57901a5b5f13b6ad4c67128faa5fe (patch) | |
tree | 029c249010c5e955df7cc92e3427d0626ab3b186 /src/main/thrift | |
parent | VM: Add RAM (diff) | |
download | master-sync-shared-0cec55fac7e57901a5b5f13b6ad4c67128faa5fe.tar.gz master-sync-shared-0cec55fac7e57901a5b5f13b6ad4c67128faa5fe.tar.xz master-sync-shared-0cec55fac7e57901a5b5f13b6ad4c67128faa5fe.zip |
Add mem and cpu info to OS
Diffstat (limited to 'src/main/thrift')
-rw-r--r-- | src/main/thrift/bwlp.thrift | 2 |
1 files changed, 2 insertions, 0 deletions
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<string, string> virtualizerOsId, 4: string architecture, + 5: i32 maxMemMb, + 6: i32 maxCores, } struct ImagePermissions { |