VirtualBox

Changeset 35534 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jan 13, 2011 3:01:40 PM (14 years ago)
Author:
vboxsync
Message:

VBoxManageGuestCtrl.cpp: Some u32TimeoutMS todos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp

    r35459 r35534  
    505505                        || fWaitForStdErr)
    506506                    {
     507                        /** @todo r=bird: Why use u32TimeoutMS here?  */
    507508                        rc = guest->GetProcessOutput(uPID, 0 /* aFlags */,
    508509                                                     u32TimeoutMS, _64K, ComSafeArrayAsOutParam(aOutputData));
     
    545546                            break;
    546547
     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? */
    547551                        if (   fTimeout
    548552                            && RTTimeMilliTS() - u64StartMS > u32TimeoutMS + 5000)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette