Changeset 52393 in vbox for trunk/include/VBox
- Timestamp:
- Aug 15, 2014 8:47:35 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 95549
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/intnet.h
r52161 r52393 563 563 #ifdef VBOX_WITH_INTNET_DISCONNECT 564 564 /** 565 * Reports premature destruction of NetFlt instance by OS. 565 * OS triggered trunk disconnect. 566 * 567 * The caller shall must be busy when calling this method to prevent racing the 568 * network destruction code. This method will consume this busy reference 569 * (released via INTNETTRUNKIFPORT::pfnRelease). 570 * 571 * The caller shall guarantee that there are absolutely no chance of concurrent 572 * calls to this method on the same instance. 566 573 * 567 574 * @param pSwitchPort Pointer to this structure.
Note:
See TracChangeset
for help on using the changeset viewer.