VirtualBox

Changeset 13610 in vbox


Ignore:
Timestamp:
Oct 28, 2008 12:00:19 PM (16 years ago)
Author:
vboxsync
Message:

slirp: typo

File:
1 edited

Legend:

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

    r13604 r13610  
    416416        /* Update so_queued */
    417417        if (ifm->ifq_so) {
    418 #ifndef VBOX_WITH_SYNC_SLIRP
     418#ifdef VBOX_WITH_SYNC_SLIRP
    419419            RTSemMutexRequest(ifm->ifq_so->so_mutex, RT_INDEFINITE_WAIT);
    420420#endif
     
    422422                   /* If there's no more queued, reset nqueued */
    423423                   ifm->ifq_so->so_nqueued = 0;
    424 #ifndef VBOX_WITH_SYNC_SLIRP
     424#ifdef VBOX_WITH_SYNC_SLIRP
    425425            RTSemMutexRelease(ifm->ifq_so->so_mutex);
    426426#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