VirtualBox

Changeset 22344 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Aug 19, 2009 12:57:32 PM (15 years ago)
Author:
vboxsync
Message:

PDMDevice: the pointer to pointer to Dev fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PDMDevice.cpp

    r22334 r22344  
    737737 * @thread  Try only do this in EMT...
    738738 */
    739 int pdmR3DevFindLun(PVM pVM, const char *pszDevice, unsigned iInstance, unsigned iLun, PPDMLUN *ppLun)
     739int pdmR3DevFindLun(PVM pVM, const char *pszDevice, unsigned iInstance, unsigned iLun, PPPDMLUN ppLun)
    740740{
    741741    /*
     
    790790 * @thread  EMT
    791791 */
    792 VMMR3DECL(int) PDMR3DeviceAttach(PVM pVM, const char *pszDevice, unsigned iInstance, unsigned iLun, uint32_t fFlags, PPDMIBASE *ppBase)
     792VMMR3DECL(int) PDMR3DeviceAttach(PVM pVM, const char *pszDevice, unsigned iInstance, unsigned iLun, uint32_t fFlags, PPPDMIBASE ppBase)
    793793{
    794794    VM_ASSERT_EMT(pVM);
     
    869869 * @thread  EMT
    870870 */
    871 VMMR3DECL(int) PDMR3DriverAttach(PVM pVM, const char *pszDevice, unsigned iInstance, unsigned iLun, uint32_t fFlags, PPDMIBASE *ppBase)
     871VMMR3DECL(int) PDMR3DriverAttach(PVM pVM, const char *pszDevice, unsigned iInstance, unsigned iLun, uint32_t fFlags, PPPDMIBASE ppBase)
    872872{
    873873    VM_ASSERT_EMT(pVM);
     
    10341034VMMR3DECL(int)  PDMR3DriverReattach(PVM pVM, const char *pszDevice, unsigned iDevIns, unsigned iLun,
    10351035                                    const char *pszDriver, unsigned iOccurance, uint32_t fFlags,
    1036                                     PCFGMNODE pCfg, PPPDMIBASE *ppBase)
     1036                                    PCFGMNODE pCfg, PPPDMIBASE ppBase)
    10371037{
    10381038    return VERR_NOT_IMPLEMENTED;
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