Changeset 79296 in vbox for trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControl.h
- Timestamp:
- Jun 24, 2019 9:09:21 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 131505
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControl.h
r76563 r79296 68 68 /** Context ID. */ 69 69 uint32_t uContextID; 70 /** RTFILE_O_XXX flags. */ 71 uint64_t fOpen; 70 72 } VBOXSERVICECTRLFILE; 71 73 /** Pointer to thread data. */ … … 294 296 extern VBOXSERVICECTRLSESSION g_Session; 295 297 extern uint32_t g_idControlSvcClient; 298 extern uint64_t g_fControlHostFeatures0; 296 299 extern bool g_fControlSupportsOptimizations; 297 300
Note:
See TracChangeset
for help on using the changeset viewer.