VirtualBox

Changeset 7834 in vbox


Ignore:
Timestamp:
Apr 9, 2008 12:47:20 PM (17 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DrvTAPWin32.cpp

    r7833 r7834  
    183183static DECLCALLBACK(int) drvTAPW32AsyncIoThread(PPDMDRVINS pDrvIns, PPDMTHREAD pThread)
    184184{
    185     PDRVTAP pData = (PDRVTAP)pvUser;
     185    PDRVTAP pData = PDMINS2DATA(pDrvIns, PDRVTAP);
    186186    HANDLE  haWait[2];
    187187    DWORD   rc = ERROR_SUCCESS, dwNumberOfBytesTransferred;
     
    252252static DECLCALLBACK(int) drvTAPW32AsyncIoWakeup(PPDMDRVINS pDrvIns, PPDMTHREAD pThread)
    253253{
     254    PDRVTAP pData = PDMINS2DATA(pDrvIns, PDRVTAP);
     255
    254256    /** @todo this isn't a safe method to notify the async thread; it might be using the instance
    255257     *        data after we've been destroyed; could wait for it to terminate, but that's not
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