Changeset 10038
- Timestamp:
- 06/30/08 19:39:05 (5 months ago)
- Files:
-
- trunk/include/VBox/intnet.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/VBox/intnet.h
r10037 r10038 444 444 * the interface is idle before pfnDisconnectAndRelease is called. 445 445 * 446 * A typical operation to performed by this method is to enable/disable promiscuous 447 * mode on the host network interface. (This is the reason we cannot call this when 448 * owning any semaphores.) 449 * 446 450 * @returns The previous state. 447 451 * … … 449 453 * @param fActive True if the new state is 'active', false if the new state is 'suspended'. 450 454 * 451 * @remarks Called while owning the network semaphore.455 * @remarks Called while *not* owning any semaphores. Will not grab anything. 452 456 */ 453 457 DECLR0CALLBACKMEMBER(bool, pfnSetActive,(PINTNETTRUNKIFPORT pIfPort, bool fActive));

