VirtualBox

Ignore:
Timestamp:
Jul 13, 2012 10:05:11 AM (12 years ago)
Author:
vboxsync
Message:

PDMDriver: Changed to much, the name we must get via the internal structure (for paranoid reasons).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PDMDriver.cpp

    r42140 r42141  
    396396     */
    397397    const char *pszDevice = pLun->pDevIns
    398                           ? pLun->pDevIns->pReg->szName
    399                           : pLun->pUsbIns->pReg->szName;
     398                          ? pLun->pDevIns->Internal.s.pDevR3->pReg->szName
     399                          : pLun->pUsbIns->Internal.s.pUsbDev->pReg->szName;
    400400    char        szLun[32];
    401401    RTStrPrintf(szLun, sizeof(szLun), "%u", pLun->iLun);
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