VirtualBox

Changeset 97906 in vbox for trunk/include


Ignore:
Timestamp:
Dec 29, 2022 6:23:26 PM (2 years ago)
Author:
vboxsync
Message:

IPRT/log: Retired the RTMemExecAlloc code and replaced the RTLOGGER::pfnLogger member with a dummy placeholder.

File:
1 edited

Legend:

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

    r97880 r97906  
    194194
    195195
     196#if 0 /* retired */
    196197/**
    197198 * Logger function.
     
    203204/** Pointer to logger function. */
    204205typedef FNRTLOGGER *PFNRTLOGGER;
     206#endif
    205207
    206208/**
     
    404406    /** User value \#3, initialized to zero. */
    405407    uint64_t                u64UserValue3;
     408#if 0
    406409    /** Pointer to the logger function (used in non-C99 mode only).
    407410     *
     
    412415     * RTMemExecAlloc(), except for agnostic R0 code.) */
    413416    PFNRTLOGGER             pfnLogger;
     417#else
     418    /** Unused. */
     419    uintptr_t               uUsedToBeNonC99Logger;
     420#endif
    414421#if ARCH_BITS == 32
    415422    /** Explicit padding. */
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