VirtualBox

Changeset 72693 in vbox for trunk/include


Ignore:
Timestamp:
Jun 26, 2018 12:36:47 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123216
Message:

SUPDrv: Added SUPR0GetDefaultLogInstanceEx and SUPR0GetDefaultLogRelInstanceEx as extra exports of RTLogGetDefaultInstanceEx and RTLogRelGetDefaultInstanceEx so the former ones can be locally overriden. This is a prep to do ring-0 release logging to VBox.log by default. Minor IOC version increase.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/sup.h

    r72326 r72693  
    20122012SUPR0DECL(uint32_t) SUPR0GetKernelFeatures(void);
    20132013
     2014#ifdef ___iprt_log_h
     2015/** @copydoc RTLogGetDefaultInstanceEx
     2016 * @remarks To allow overriding RTLogGetDefaultInstanceEx locally. */
     2017SUPR0DECL(PRTLOGGER) SUPR0GetDefaultLogInstanceEx(uint32_t fFlagsAndGroup);
     2018/** @copydoc RTLogRelGetDefaultInstanceEx
     2019 * @remarks To allow overriding RTLogRelGetDefaultInstanceEx locally. */
     2020SUPR0DECL(PRTLOGGER) SUPR0GetDefaultLogRelInstanceEx(uint32_t fFlagsAndGroup);
     2021#endif
     2022
    20142023
    20152024/** @name Absolute symbols
Note: See TracChangeset for help on using the changeset viewer.

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