VirtualBox

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


Ignore:
Timestamp:
Nov 12, 2008 11:48:36 AM (16 years ago)
Author:
vboxsync
Message:

unique adding to event array, using the widest mask for event catching continue on next iteration

File:
1 edited

Legend:

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

    r14122 r14128  
    449449                                pData->phEvents[cEvents] = so->hNetworkEvent;
    450450                                cEvents++;
     451                                continue; /*XXX: we're using the widest mask for event*/
    451452#endif
    452453                        }
     
    466467                                pData->phEvents[cEvents] = so->hNetworkEvent;
    467468                                cEvents++;
     469                                continue; /*XXX: we're using the widest mask for event*/
    468470#endif
    469471                        }
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