Changeset 10076 in vbox for trunk/src/VBox
- Timestamp:
- Jul 1, 2008 3:45:27 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.
Note:
See TracChangeset
for help on using the changeset viewer.