VirtualBox

Changeset 92690 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 2, 2021 10:38:56 AM (3 years ago)
Author:
vboxsync
Message:

Guest Control/VBoxService: Resolved @todos: Return real rc for various functions instead of VINF_SUCCESS, as the RTReqQueue supports re-submitting requests on failure since quite a while now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlProcess.cpp

    r92687 r92690  
    19641964    VGSvcVerbose(3, "[PID %RU32]: vgsvcGstCtrlProcessOnInput returned with rc=%Rrc\n", pThis->uPID, rc);
    19651965#endif
    1966     return VINF_SUCCESS; /** @todo Return rc here as soon as RTReqQueue todos are fixed. */
     1966    return rc;
    19671967}
    19681968
     
    20552055    VGSvcVerbose(3, "[PID %RU32]: Reading output returned with rc=%Rrc\n", pThis->uPID, rc);
    20562056#endif
    2057     return VINF_SUCCESS; /** @todo Return rc here as soon as RTReqQueue todos are fixed. */
     2057    return rc;
    20582058}
    20592059
     
    20662066        VGSvcVerbose(3, "[PID %RU32]: Setting shutdown flag ...\n", pThis->uPID);
    20672067
    2068     return VINF_SUCCESS; /** @todo Return rc here as soon as RTReqQueue todos are fixed. */
     2068    return VINF_SUCCESS;
    20692069}
    20702070
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