Changeset 10076
- Timestamp:
- 07/01/08 17:45:27 (5 months ago)
- Files:
-
- trunk/include/VBox/intnet.h (modified) (1 diff)
- trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/VBox/intnet.h
r10075 r10076 744 744 745 745 /** 746 * Opens a network interface and attaches it to the specified network.746 * Opens a network interface and connects it to the specified network. 747 747 * 748 748 * @returns VBox status code. trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp
r10031 r10076 97 97 * It protects everything dealing with this network. */ 98 98 RTSEMFASTMUTEX FastMutex; 99 /** List of interfaces attached to the network. */99 /** List of interfaces connected to the network. */ 100 100 PINTNETIF pIFs; 101 101 /** Pointer to the instance data. */ … … 1437 1437 1438 1438 /** 1439 * Opens a network interface and attaches it to the specified network.1439 * Opens a network interface and connects it to the specified network. 1440 1440 * 1441 1441 * @returns VBox status code.

