Changeset 35534 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jan 13, 2011 3:01:40 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r35459 r35534 505 505 || fWaitForStdErr) 506 506 { 507 /** @todo r=bird: Why use u32TimeoutMS here? */ 507 508 rc = guest->GetProcessOutput(uPID, 0 /* aFlags */, 508 509 u32TimeoutMS, _64K, ComSafeArrayAsOutParam(aOutputData)); … … 545 546 break; 546 547 548 /** @todo r=bird: Why only apply the timeout here? 549 * Shouldn't it time out regardless of 550 * whether there is more output or not? */ 547 551 if ( fTimeout 548 552 && RTTimeMilliTS() - u64StartMS > u32TimeoutMS + 5000)
Note:
See TracChangeset
for help on using the changeset viewer.