Changeset 102839 in vbox for trunk/include
- Timestamp:
- Jan 11, 2024 1:16:44 PM (16 months ago)
- svn:sync-xref-src-repo-rev:
- 161038
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/stam.h
r102828 r102839 1352 1352 1353 1353 VMMR3DECL(int) STAMR3RegisterSum(PUVM pUVM, STAMVISIBILITY enmVisibility, const char *pszSummandPattern, 1354 const char *pszDesc, const char *pszName, ...) RT_IPRT_FORMAT_ATTR( 4, 5);1354 const char *pszDesc, const char *pszName, ...) RT_IPRT_FORMAT_ATTR(5, 6); 1355 1355 VMMR3DECL(int) STAMR3RegisterSumV(PUVM pUVM, STAMVISIBILITY enmVisibility, const char *pszSummandPattern, 1356 1356 const char *pszDesc, const char *pszName, va_list va) RT_IPRT_FORMAT_ATTR(4, 0);
Note:
See TracChangeset
for help on using the changeset viewer.