Changeset 10081
- Timestamp:
- 07/01/08 20:21:30 (6 months ago)
- Files:
-
- trunk/include/VBox/intnet.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/VBox/intnet.h
r10076 r10081 469 469 * device enabling/disabling. 470 470 * 471 * @returns IPRT status code (see RTSemEventWait). 471 472 * @param pIfPort Pointer to this structure. 472 473 * @param cMillies The number of milliseconds to wait. 0 means … … 476 477 * @remarks Called holding the out-bound trunk port lock. 477 478 */ 478 DECLR0CALLBACKMEMBER( bool, pfnWaitForIdle,(PINTNETTRUNKIFPORT pIfPort, uint32_t cMillies));479 DECLR0CALLBACKMEMBER(int, pfnWaitForIdle,(PINTNETTRUNKIFPORT pIfPort, uint32_t cMillies)); 479 480 480 481 /**

