Changeset 99604 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- May 4, 2023 1:53:06 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ovfreader.h
r99523 r99604 635 635 HardwareItemVector vecHardwareItems; //< vector containing all virtual hardware items in parsing order. 636 636 637 uint64_t ullMemorySize; // always in Megabytes, copied from llHardwareItems; default = 0 (unspecified)637 uint64_t ullMemorySize; // always in bytes, copied from llHardwareItems; default = 0 (unspecified) 638 638 uint16_t cCPUs; // no. of CPUs, copied from llHardwareItems; default = 1 639 639
Note:
See TracChangeset
for help on using the changeset viewer.