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/Main/ConsoleImpl2.cpp

    r11083 r11157  
    10341034        char *macStr = (char*)macAddrUtf8.raw();
    10351035        Assert(strlen(macStr) == 12);
    1036         PDMMAC Mac;
     1036        RTMAC Mac;
    10371037        memset(&Mac, 0, sizeof(Mac));
    10381038        char *pMac = (char*)&Mac;
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