VirtualBox

Ignore:
Timestamp:
Aug 5, 2008 11:08:37 PM (16 years ago)
Author:
vboxsync
Message:

Replaced PDMMAC by RTMAC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/tstAnimate.cpp

    r8155 r11157  
    578578    rc = CFGMR3InsertNode(pInst,    "Config", &pCfg);                               UPDATERC();
    579579    rc = CFGMR3InsertInteger(pCfg,  "Am79C973",             1);                     UPDATERC();
    580     PDMMAC Mac;
     580    RTMAC Mac;
    581581    Mac.au16[0] = 0x0080;
    582582    Mac.au16[2] = Mac.au16[1] = 0x8086;
     
    817817    static const char * const s_apszGroups[] = VBOX_LOGGROUP_NAMES;
    818818    PRTLOGGER pRelLogger;
    819     rc = RTLogCreate(&pRelLogger, RTLOGFLAGS_PREFIX_TIME_PROG, "all", "VBOX_RELEASE_LOG", 
     819    rc = RTLogCreate(&pRelLogger, RTLOGFLAGS_PREFIX_TIME_PROG, "all", "VBOX_RELEASE_LOG",
    820820                     RT_ELEMENTS(s_apszGroups), s_apszGroups, RTLOGDEST_FILE, "./tstAnimate.log");
    821821    if (VBOX_SUCCESS(rc))
     
    857857            {
    858858                if (fPowerOn)
    859                 {   
     859                {
    860860                    /*
    861861                     * Adjust warpspeed?
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