VirtualBox

Changeset 71263 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Mar 7, 2018 5:43:44 PM (7 years ago)
Author:
vboxsync
Message:

Guest Control: Renamed GUESTPROCESSTOOL_FLAG_ -> GUESTPROCESSTOOL_WAIT_FLAG_ to emphasize its usage.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/GuestProcessImpl.h

    r70388 r71263  
    171171
    172172/**
    173  * Guest process tool flags.
    174  */
    175 /** No flags specified; wait until process terminates.
     173 * Guest process tool wait flags.
     174 */
     175/** No wait flags specified; wait until process terminates.
    176176 *  The maximum waiting time is set in the process' startup
    177177 *  info. */
    178 #define GUESTPROCESSTOOL_FLAG_NONE            0
     178#define GUESTPROCESSTOOL_WAIT_FLAG_NONE            0
    179179/** Wait until next stream block from stdout has been
    180180 *  read in completely, then return.
    181181 */
    182 #define GUESTPROCESSTOOL_FLAG_STDOUT_BLOCK    RT_BIT(0)
     182#define GUESTPROCESSTOOL_WAIT_FLAG_STDOUT_BLOCK    RT_BIT(0)
    183183
    184184/**
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