VirtualBox

Changeset 39653 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Dec 19, 2011 8:28:54 AM (13 years ago)
Author:
vboxsync
Message:

PDM.cpp: another one

File:
1 edited

Legend:

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

    r39652 r39653  
    18731873            else if (pDrvIns->Internal.s.pfnAsyncNotify(pDrvIns))
    18741874            {
    1875                 pDrvIns->Internal.s.pfnAsyncNotify = false;
    18761875                LogFlow(("PDMR3PowerOff: Async notification completed - driver '%s'/%d on LUN#%d of device '%s'/%d\n",
    18771876                         pDrvIns->pReg->szName, pDrvIns->iInstance, iLun, pszDevName, iDevInstance));
     1877                pDrvIns->Internal.s.pfnAsyncNotify = NULL;
    18781878            }
    18791879
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