Changeset 57425 in vbox for trunk/src/VBox/Main/include/GuestImpl.h
- Timestamp:
- Aug 18, 2015 12:41:48 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102190
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestImpl.h
r56470 r57425 169 169 * @{ */ 170 170 void i_updateStats(uint64_t iTick); 171 static int i_staticEnumStatsCallback(const char *pszName, STAMTYPE enmType, void *pvSample, STAMUNIT enmUnit, 172 STAMVISIBILITY enmVisiblity, const char *pszDesc, void *pvUser); 171 static DECLCALLBACK(int) i_staticEnumStatsCallback(const char *pszName, STAMTYPE enmType, void *pvSample, 172 STAMUNIT enmUnit, STAMVISIBILITY enmVisiblity, 173 const char *pszDesc, void *pvUser); 173 174 174 175 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.