VirtualBox

Changeset 14641 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Nov 26, 2008 1:33:07 PM (16 years ago)
Author:
vboxsync
Message:

compile fix

File:
1 edited

Legend:

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

    r14638 r14641  
    241241
    242242#ifdef VBOX_WITH_BSD_REASS
     243
    243244#define maxfragsperpacket pData->maxfragsperpacket
    244245#define maxnipq pData->maxnipq
    245246#define nipq pData->nipq
    246 #endif /* VBOX_WITH_BSD_REASS */
    247 
    248 #ifdef VBOX_WITH_BSD_REASS
     247
    249248#define tcp_reass_qsize pData->tcp_reass_qsize
    250249#define tcp_reass_maxqlen pData->tcp_reass_maxqlen
    251250#define tcp_reass_maxseg pData->tcp_reass_maxseg
    252251#define tcp_reass_overflows pData->tcp_reass_overflows
    253 #endif /* VBOX_WITH_BSD_REASS */
     252
     253#else /* ! VBOX_WITH_BSD_REASS */
    254254
    255255#if SIZEOF_CHAR_P != 4
     
    276276#endif
    277277
     278#endif
     279
    278280
    279281#endif /* !_slirp_state_h_ */
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