VirtualBox

Changeset 4249 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 20, 2007 8:18:41 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
23756
Message:

Version 5.1: Export RTLogPrintf and RTLogPrintfV.

Location:
trunk/src/VBox/HostDrivers/Support
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDRVIOC.h

    r4071 r4249  
    175175 * The upper 16-bit is the major version, the the lower the minor version.
    176176 * When incompatible changes are made, the upper major number has to be changed. */
    177 #define SUPDRVIOC_VERSION           0x00050000
     177#define SUPDRVIOC_VERSION           0x00050001
    178178
    179179/** SUP_IOCTL_COOKIE Input. */
  • trunk/src/VBox/HostDrivers/Support/SUPDRVShared.c

    r4225 r4249  
    132132    { "RTLogLoggerEx",                          (void *)RTLogLoggerEx },
    133133    { "RTLogLoggerExV",                         (void *)RTLogLoggerExV },
     134    { "RTLogPrintf",                            (void *)RTLogPrintf },
     135    { "RTLogPrintfV",                           (void *)RTLogPrintfV },
    134136    { "AssertMsg1",                             (void *)AssertMsg1 },
    135137    { "AssertMsg2",                             (void *)AssertMsg2 },
     
    44504452{
    44514453}
     4454
     4455/**
     4456 * Stub function for non-debug builds.
     4457 */
     4458RTDECL(void) RTLogPrintf(const char *pszFormat, ...)
     4459{
     4460}
     4461
     4462/**
     4463 * Stub function for non-debug builds.
     4464 */
     4465RTDECL(void) RTLogPrintfV(const char *pszFormat, va_list args)
     4466{
     4467}
    44524468#endif /* !DEBUG */
    44534469
  • trunk/src/VBox/HostDrivers/Support/SUPR0.def

    r4071 r4249  
    66;
    77;  Copyright (C) 2006-2007 innotek GmbH
    8 ; 
     8;
    99;  This file is part of VirtualBox Open Source Edition (OSE), as
    1010;  available from http://www.virtualbox.org. This file is free software;
     
    6060    RTLogLoggerEx
    6161    RTLogLoggerExV
     62    RTLogPrintf
     63    RTLogPrintfV
    6264    AssertMsg1
    6365    AssertMsg2
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