VirtualBox

Changeset 71497 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 24, 2018 10:51:41 PM (7 years ago)
Author:
vboxsync
Message:

Doxygen

Location:
trunk/src/VBox/Runtime/common/log
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/log/tracelogreader.cpp

    r71494 r71497  
    10981098
    10991099/**
    1100  * @copydoc{FNRTTRACELOGRDRSTREAM}
     1100 * @copydoc FNRTTRACELOGRDRSTREAM
    11011101 */
    11021102static DECLCALLBACK(int) rtTraceLogRdrFileStream(void *pvUser, void *pvBuf, size_t cbBuf, size_t *pcbRead,
     
    11101110
    11111111/**
    1112  * @copydoc{FNRTTRACELOGSTREAMCLOSE}
     1112 * @copydoc FNRTTRACELOGSTREAMCLOSE
    11131113 */
    11141114static DECLCALLBACK(int) rtTraceLogRdrFileStreamClose(void *pvUser)
  • trunk/src/VBox/Runtime/common/log/tracelogwriter.cpp

    r71495 r71497  
    378378 * @returns Total number of bytes for the event data associated with this event.
    379379 * @param   pEvt                Pointer to the event structure to initialise.
    380  * @param   u64SeqNo            The sequence number to use.
    381380 * @param   pEvtDescInt         The internal event descriptor to format the data accordingly to.
    382381 * @param   fFlags              Flags to use for this event.
     
    417416 * @param   pThis               The trace log writer instance.
    418417 * @param   pEvt                Pointer to the initialised event structure.
    419  * @param   pEvtData            The raw event data.
     418 * @param   pvEvtData           The raw event data.
    420419 * @param   cbEvtData           Size of the event data.
    421420 * @param   pacbRawData         Pointer to the array of size indicators for non static
     
    607606
    608607/**
    609  * @copydoc{FNRTTRACELOGWRSTREAM}
     608 * @copydoc FNRTTRACELOGWRSTREAM
    610609 */
    611610static DECLCALLBACK(int) rtTraceLogWrFileStream(void *pvUser, const void *pvBuf, size_t cbBuf, size_t *pcbWritten)
     
    617616
    618617/**
    619  * @copydoc{FNRTTRACELOGSTREAMCLOSE}
     618 * @copydoc FNRTTRACELOGSTREAMCLOSE
    620619 */
    621620static DECLCALLBACK(int) rtTraceLogWrFileStreamClose(void *pvUser)
     
    687686
    688687/**
    689  * @copydoc{FNRTTRACELOGWRSTREAM}
     688 * @copydoc FNRTTRACELOGWRSTREAM
    690689 */
    691690static DECLCALLBACK(int) rtTraceLogWrTcpStream(void *pvUser, const void *pvBuf, size_t cbBuf, size_t *pcbWritten)
     
    702701
    703702/**
    704  * @copydoc{FNRTTRACELOGSTREAMCLOSE}
     703 * @copydoc FNRTTRACELOGSTREAMCLOSE
    705704 */
    706705static DECLCALLBACK(int) rtTraceLogWrTcpStreamClose(void *pvUser)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette