Changeset 45697 in vbox for trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControl.h
- Timestamp:
- Apr 24, 2013 1:30:50 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 85242
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControl.h
r45604 r45697 97 97 /** Event semaphore to serialize access. */ 98 98 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. */ 100 103 bool fAsync; 101 104 /** The request type to handle. */ … … 313 316 /** Node. */ 314 317 RTLISTNODE Node; 318 /** Number of references using this struct. */ 319 uint32_t cRefs; 315 320 /** The worker thread. */ 316 321 RTTHREAD Thread;
Note:
See TracChangeset
for help on using the changeset viewer.