VirtualBox

Ignore:
Timestamp:
Dec 10, 2008 3:45:42 AM (16 years ago)
Author:
vboxsync
Message:

slirp: fix win burns

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/slirp.c

    r15221 r15223  
    8383
    8484# define DO_CHECK_FD_SET(so, events, fdset)  \
    85     (((events).lNetworkEvents & fdset ## _win) && ((event).iErrorCode[fdset ## _win_bit] == 0))
     85    (((events).lNetworkEvents & fdset ## _win) && ((events).iErrorCode[fdset ## _win_bit] == 0))
    8686
    8787
     
    722722                continue;
    723723
    724             POLL_TCP_EVENTS(rc, error, so, NetworkEvents);
     724            POLL_TCP_EVENTS(rc, error, so, &NetworkEvents);
    725725
    726726            /*
     
    889889            so_next = so->so_next;
    890890
    891             POLL_UDP_EVENTS(rc, error, so, NetworkEvents);
     891            POLL_UDP_EVENTS(rc, error, so, &NetworkEvents);
    892892
    893893            if (so->s != -1 && CHECK_FD_SET(so, NetworkEvents, readfds))
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