VirtualBox

Changeset 32852 in vbox for trunk/include


Ignore:
Timestamp:
Sep 30, 2010 3:49:35 PM (14 years ago)
Author:
vboxsync
Message:

Guest Execution:

  • Implemented "ignore orphaned childs" flag (--flags ignoreorphanedchilds); this flag will tell the host to not bitch about an executed process which still is alive when VBoxService (or the entire guest OS) shuts down.
  • Fixed shutdown/notification hang when waiting for std output which never arrives.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/HostServices/GuestControlSvc.h

    r30013 r32852  
    6262    /** Process timed out and was not killed successfully. */
    6363    PROC_STS_TOA = 6,
    64     /** Service is stopping, process was killed. */
     64    /** Service/OS is stopping, process was killed. */
    6565    PROC_STS_DWN = 7,
    6666    /** Something went wrong (error code in flags). */
     
    8888    /* The process status. */
    8989    uint32_t u32Status;
    90     /** Optional flags (not used atm). */
     90    /** Optional flags, varies, based on u32Status. */
    9191    uint32_t u32Flags;
    9292    /** Optional data buffer (not used atm). */
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