VirtualBox

Changeset 41840 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 20, 2012 4:35:53 AM (13 years ago)
Author:
vboxsync
Message:

NAT: don't expose functions needed locally.

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

Legend:

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

    r41411 r41840  
    5757
    5858
     59static struct tcpcb *tcp_timers(PNATState pData, register struct tcpcb *tp, int timer);
    5960/*
    6061 * Fast timeout routine for processing delayed acks
     
    154155 * TCP timer processing.
    155156 */
    156 struct tcpcb *
     157static struct tcpcb *
    157158tcp_timers(PNATState pData, register struct tcpcb *tp, int timer)
    158159{
  • trunk/src/VBox/Devices/Network/slirp/tcp_timer.h

    r28800 r41840  
    152152void tcp_slowtimo (PNATState);
    153153void tcp_canceltimers (struct tcpcb *);
     154#if 0
    154155struct tcpcb * tcp_timers (PNATState, register struct tcpcb *, int);
     156#endif
    155157
    156158#endif
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