Changeset 10076 in vbox
- Timestamp:
- Jul 1, 2008 3:45:27 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 32563
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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.
Note:
See TracChangeset
for help on using the changeset viewer.