Changeset 71498 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Mar 24, 2018 11:01:29 PM (7 years ago)
- Location:
- trunk/src/VBox/Runtime/common/log
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/log/tracelogreader.cpp
r71497 r71498 283 283 * Wrapper around the stream in callback. 284 284 * 285 * @ret runs IPRT status code returned by the stream callback.285 * @returns IPRT status code returned by the stream callback. 286 286 * @param pThis The trace log reader instance. 287 287 * @param pvBuf The data to stream. … … 466 466 * 467 467 * @returns Event item data size in bytes. 468 * @ arampEvtItemDesc The event item descriptor.468 * @param pEvtItemDesc The event item descriptor. 469 469 */ 470 470 static size_t rtTraceLogRdrGetEvtItemDataSz(PRTTRACELOGRDRINT pThis, PCRTTRACELOGEVTITEMDESC pEvtItemDesc) -
trunk/src/VBox/Runtime/common/log/tracelogwriter.cpp
r71497 r71498 174 174 * 175 175 * @returns Event item data size in bytes. 176 * @ arampEvtItemDesc The event item descriptor.176 * @param pEvtItemDesc The event item descriptor. 177 177 */ 178 178 static size_t rtTraceLogWrGetEvtItemDataSz(PCRTTRACELOGEVTITEMDESC pEvtItemDesc) … … 380 380 * @param pEvtDescInt The internal event descriptor to format the data accordingly to. 381 381 * @param fFlags Flags to use for this event. 382 * @param uGrpId The group ID to identify grouped events. 383 * @param uParentGrpId The parent group ID. 382 384 * @param pacbRawData Array of raw data size indicators. 383 385 */
Note:
See TracChangeset
for help on using the changeset viewer.