VirtualBox

Changeset 34040 in vbox for trunk


Ignore:
Timestamp:
Nov 12, 2010 6:52:01 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67722
Message:

NAT: more asserts.

File:
1 edited

Legend:

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

    r32431 r34040  
    143143        {
    144144            it = LIST_FIRST(&zone->free_items);
     145            Assert(it->magic == ITEM_MAGIC);
    145146            rc = 0;
    146147            if (zone->pfInit)
     
    366367    {
    367368        it = LIST_FIRST(&zone->free_items);
     369        Assert((it->magic == ITEM_MAGIC));
    368370        RTCritSectEnter(&zone->csZone);
    369371        LIST_REMOVE(it, list);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette