VirtualBox

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


Ignore:
Timestamp:
Oct 28, 2008 1:10:02 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38544
Message:

slirp:typo

File:
1 edited

Legend:

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

    r13612 r13623  
    120120    struct socket *tcp_last_so;
    121121    tcp_seq tcp_iss;
     122#ifdef VBOX_WITH_SYNC_SLIRP
    122123    RTSEMMUTEX tcb_mutex;
     124#endif
    123125#if ARCH_BITS == 64
    124126    /* Stuff from tcp_subr.c */
     
    139141    struct socket udb;
    140142    struct socket *udp_last_so;
     143#ifdef VBOX_WITH_SYNC_SLIRP
    141144    RTSEMMUTEX udb_mutex;
     145#endif
    142146} NATState;
    143147
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