VirtualBox

Changeset 3243

Show
Ignore:
Timestamp:
06/23/07 03:22:16 (2 years ago)
Author:
vboxsync
Message:

LogRelBackdoor? and map LogRel? to it when LOG_TO_BACKDOOR is defined.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/include/iprt/log.h

    r3242 r3243  
    10071007 
    10081008/** @def LogRelBackdoor 
    1009  * Generic logging to the VBox backdoor via port I/O. 
     1009 * Release logging to the VBox backdoor via port I/O. 
    10101010 */ 
    10111011#if !defined(LOG_NO_BACKDOOR) 
     
    10221022# undef LogRel 
    10231023# define LogRel(a)      LogRelBackdoor(a) 
    1024 # undef LogRelFlow 
    1025 # define LogRelFlow(a)  LogRelBackdoorFlow(a) 
    10261024#endif 
    10271025 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy