VirtualBox

Changeset 53173 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Nov 1, 2014 11:29:05 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
96716
Message:

IPRT,SUPDrv: Added new 'ringbuf[=size]' log destination for cases where only the last bit of the log is interesting and we can save space and time by not writing the whole log to disk/wherever. Since it changes the internal logger structure, it'll require a major SUPDrv version bump.

File:
1 edited

Legend:

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

    r52691 r53173  
    256256
    257257/**
    258  * Logger instance structure for GC.
     258 * Logger instance structure for raw-mode context (RC).
    259259 */
    260260struct RTLOGGERRC
     
    458458    /** Log to com port. */
    459459    RTLOGDEST_COM           = 0x00000010,
     460    /** Log a memory ring buffer. */
     461    RTLOGDEST_RINGBUF       = 0x00000020,
    460462    /** Just a dummy flag to be used when no other flag applies. */
    461463    RTLOGDEST_DUMMY         = 0x20000000,
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