Changeset 90840 in vbox
- Timestamp:
- Aug 24, 2021 11:38:08 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146475
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/log.h
r90829 r90840 2041 2041 * @param cBufDescs Number of buffer descriptors that @a paBufDescs 2042 2042 * points to. Zero for defaults. 2043 * @param paBufDesc 2043 * @param paBufDescs Buffer descriptors, optional. 2044 2044 * @param fDestFlags The destination flags. RTLOGDEST_FILE is ORed 2045 2045 * if pszFilenameFmt specified. … … 2084 2084 * @param cBufDescs Number of buffer descriptors that @a paBufDescs 2085 2085 * points to. Zero for defaults. 2086 * @param paBufDesc 2086 * @param paBufDescs Buffer descriptors, optional. 2087 2087 * @param fDestFlags The destination flags. RTLOGDEST_FILE is ORed 2088 2088 * if pszFilenameFmt specified. -
trunk/src/VBox/VMM/VMMR3/VMM.cpp
r90829 r90840 751 751 * @returns VBox status code. 752 752 * @param pVM The cross context VM structure. 753 * @ paramEMT753 * @thread EMT 754 754 */ 755 755 VMMR3_INT_DECL(int) VMMR3UpdateLoggers(PVM pVM)
Note:
See TracChangeset
for help on using the changeset viewer.