VirtualBox

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


Ignore:
Timestamp:
Nov 17, 2008 5:54:51 PM (16 years ago)
Author:
vboxsync
Message:

#else /* what comes now */

File:
1 edited

Legend:

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

    r14252 r14265  
    248248#ifndef VBOX_WITH_BSD_REASS
    249249        ipqp_32 next,prev;      /* to other reass headers */
    250 #else /* !VBOX_WITH_BSD_REASS */
     250#else  /* VBOX_WITH_BSD_REASS */
    251251        TAILQ_ENTRY(ipq_t) ipq_list;
    252252#endif /* VBOX_WITH_BSD_REASS */
     
    256256#ifndef VBOX_WITH_BSD_REASS
    257257        ipasfragp_32 ipq_next,ipq_prev;         /* to ip headers of fragments */
    258 #else /* !VBOX_WITH_BSD_REASS */
     258#else  /* VBOX_WITH_BSD_REASS */
    259259        u_int8_t        ipq_nfrags;             /* # of fragments in this packet */
    260260        struct mbuf *ipq_frags;                 /* to ip headers of fragments */
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