VirtualBox

Changeset 90860 in vbox for trunk/include


Ignore:
Timestamp:
Aug 24, 2021 9:41:49 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
146495
Message:

IPRT/log: Adjusted RTLogSetFlushCallback so it doesn't upset clang too badly. bugref:10086

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/log.h

    r90858 r90860  
    21102110 *
    21112111 * @returns IPRT status code.
     2112 * @retval  VWRN_ALREADY_EXISTS if it was set to a different flusher.
    21122113 * @param   pLogger         The logger instance.
    21132114 * @param   pfnFlush        The flush callback.
    2114  * @param   ppfnOldFlush    Where to return the old flush callback. Optional.
    2115  */
    2116 RTDECL(int) RTLogSetFlushCallback(PRTLOGGER pLogger, PFNRTLOGFLUSH pfnFlush, PFNRTLOGFLUSH *ppfnOldFlush);
     2115 */
     2116RTDECL(int) RTLogSetFlushCallback(PRTLOGGER pLogger, PFNRTLOGFLUSH pfnFlush);
    21172117
    21182118/**
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