VirtualBox

Ignore:
Timestamp:
Apr 24, 2013 1:30:50 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
85242
Message:

GuestCtrl: Various bugfixes required for test driver to pass.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControl.h

    r45604 r45697  
    9797    /** Event semaphore to serialize access. */
    9898    RTSEMEVENTMULTI            Event;
    99     /** Flag indicating if this request is asynchronous or not. */
     99    /** Flag indicating if this request is asynchronous or not.
     100     *  If asynchronous, this request will be deleted automatically
     101     *  on completion. Otherwise the caller has to delete the
     102     *  request again. */
    100103    bool                       fAsync;
    101104    /** The request type to handle. */
     
    313316    /** Node. */
    314317    RTLISTNODE                      Node;
     318    /** Number of references using this struct. */
     319    uint32_t                        cRefs;
    315320    /** The worker thread. */
    316321    RTTHREAD                        Thread;
Note: See TracChangeset for help on using the changeset viewer.

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