VirtualBox

Changeset 10076 in vbox


Ignore:
Timestamp:
Jul 1, 2008 3:45:27 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
32563
Message:

We 'connect' to an internal network, not 'attach'. (Both terms was used.)

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/intnet.h

    r10075 r10076  
    744744
    745745/**
    746  * Opens a network interface and attaches it to the specified network.
     746 * Opens a network interface and connects it to the specified network.
    747747 *
    748748 * @returns VBox status code.
  • trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp

    r10031 r10076  
    9797     * It protects everything dealing with this network. */
    9898    RTSEMFASTMUTEX          FastMutex;
    99     /** List of interfaces attached to the network. */
     99    /** List of interfaces connected to the network. */
    100100    PINTNETIF               pIFs;
    101101    /** Pointer to the instance data. */
     
    14371437
    14381438/**
    1439  * Opens a network interface and attaches it to the specified network.
     1439 * Opens a network interface and connects it to the specified network.
    14401440 *
    14411441 * @returns VBox status code.
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