Changeset 80274 in vbox for trunk/src/VBox/VMM/include/VMMInternal.h
- Timestamp:
- Aug 14, 2019 2:34:38 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/VMMInternal.h
r80019 r80274 75 75 { 76 76 /** Pointer to Pointer to the VM. */ 77 R0PTRTYPE(PVM )pVM;77 R0PTRTYPE(PVMCC) pVM; 78 78 /** Size of the allocated logger instance (Logger). */ 79 79 uint32_t cbLogger;
Note:
See TracChangeset
for help on using the changeset viewer.