Changeset 93363 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jan 20, 2022 12:00:05 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DrvVMNet.m
r93115 r93363 400 400 dispatch_semaphore_signal(operation_done); 401 401 }); 402 if (dispatch_semaphore_wait(operation_done, dispatch_time(DISPATCH_TIME_NOW, RT_NS_1 0SEC)))402 if (dispatch_semaphore_wait(operation_done, dispatch_time(DISPATCH_TIME_NOW, RT_NS_1MIN))) 403 403 { 404 404 LogRel(("VMNet: Failed to start VMNET interface due to time out!\n"));
Note:
See TracChangeset
for help on using the changeset viewer.