Changeset 10081 in vbox for trunk/include
- Timestamp:
- Jul 1, 2008 6:21:30 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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 /**
Note:
See TracChangeset
for help on using the changeset viewer.