VirtualBox

Changeset 14206 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Nov 14, 2008 1:07:07 PM (16 years ago)
Author:
vboxsync
Message:

typo

File:
1 edited

Legend:

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

    r14205 r14206  
    403403# else
    404404    /* kick WSAWaitForMultipleEvents() */
    405     WSASetEvent(pThis->hNetEvent);
     405    WSASetEvent(pThis->hWakeupEvent);
    406406# endif
    407407
     
    755755            pThis->PipeWrite = fds[1];
    756756# else
    757             pThis->hSendWakeup = CreateEvent(NULL, FALSE, FALSE, NULL); /* auto-reset event */
     757            pThis->hWakeupEvent = CreateEvent(NULL, FALSE, FALSE, NULL); /* auto-reset event */
    758758            slirp_register_external_event(pThis->pNATState, pThis->hWakeupEvent, VBOX_WAKEUP_EVENT_INDEX);
    759759# endif
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