VirtualBox

Ignore:
Timestamp:
Nov 2, 2008 7:09:23 AM (16 years ago)
Author:
vboxsync
Message:

The rest of macro replacment was added

File:
1 edited

Legend:

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

    r13727 r13733  
    566566#ifndef VBOX_WITH_SYNC_SLIRP
    567567                for (so = tcb.so_next; so != &tcb; so = so_next) {
     568                    so_next = so->so_next;
    568569#else
    569570                while (1) {
     
    572573                        break;
    573574                    }
    574 #endif
    575575                    so_next = so->so_next;
     576
     577                    AssertRelease(so->so_mutex != NULL);
     578                    AssertRelease(so->so_next != NULL &&  so->so_prev != NULL);
     579#endif
    576580                    VBOX_SLIRP_LOCK(so->so_mutex);
    577581                    VBOX_SLIRP_UNLOCK(pData->tcb_mutex);
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