Changeset 93022 in vbox for trunk/src/VBox/Additions/common/VBoxService/VBoxServiceStats.cpp
- Timestamp:
- Dec 17, 2021 6:05:16 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceStats.cpp
r85121 r93022 535 535 | VBOX_GUEST_STAT_MEM_SYSTEM_CACHE 536 536 | VBOX_GUEST_STAT_PAGE_FILE_SIZE; 537 # ifdef VBOX_WITH_MEMBALLOON537 # ifdef VBOX_WITH_MEMBALLOON 538 538 req.guestStats.u32PhysMemBalloon = VGSvcBalloonQueryPages(_4K); 539 539 req.guestStats.u32StatCaps |= VBOX_GUEST_STAT_PHYS_MEM_BALLOON; 540 # else540 # else 541 541 req.guestStats.u32PhysMemBalloon = 0; 542 # endif542 # endif 543 543 544 544 /*
Note:
See TracChangeset
for help on using the changeset viewer.