VirtualBox

Changeset 14522 in vbox for trunk


Ignore:
Timestamp:
Nov 24, 2008 2:49:18 PM (16 years ago)
Author:
vboxsync
Message:

removed unused global tcbhead

Location:
trunk/src/VBox/Devices/Network/slirp
Files:
2 edited

Legend:

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

    r14391 r14522  
    121121    int tcp_reass_maxseg;
    122122    int tcp_reass_overflows;
    123     struct tcpcbhead tcpcbhead;
    124123#endif /* VBOX_WITH_BSD_TCP_REASS */
    125124    /* Stuff from tftp.c */
  • trunk/src/VBox/Devices/Network/slirp/tcp_subr.c

    r14470 r14522  
    195195#ifndef VBOX_WITH_BSD_TCP_REASS
    196196        tp->seg_next = tp->seg_prev = ptr_to_u32(pData, (struct tcpiphdr *)tp);
    197 #else  /* VBOX_WITH_BSD_TCP_REASS */
    198         LIST_INSERT_HEAD(&pData->tcpcbhead, tp, t_list);
    199 #endif /* VBOX_WITH_BSD_TCP_REASS */
     197#endif /* !VBOX_WITH_BSD_TCP_REASS */
    200198        tp->t_maxseg = tcp_mssdflt;
    201199
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