Changeset 93468 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jan 27, 2022 9:17:12 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestImpl.h
r93166 r93468 189 189 void i_updateStats(uint64_t iTick); 190 190 static DECLCALLBACK(int) i_staticEnumStatsCallback(const char *pszName, STAMTYPE enmType, void *pvSample, 191 STAMUNIT enmUnit, STAMVISIBILITY enmVisiblity,191 STAMUNIT enmUnit, const char *pszUnit, STAMVISIBILITY enmVisiblity, 192 192 const char *pszDesc, void *pvUser); 193 193
Note:
See TracChangeset
for help on using the changeset viewer.