VirtualBox

Changeset 10076

Show
Ignore:
Timestamp:
07/01/08 17:45:27 (5 months ago)
Author:
vboxsync
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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. 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy