Changeset 97213 in vbox for trunk/src/VBox/VMM/dtrace
- Timestamp:
- Oct 18, 2022 3:00:16 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 154189
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/dtrace/lib/vbox-types.d
r96407 r97213 51 51 typedef struct SUPDRVSESSION *PSUPDRVSESSION; 52 52 typedef struct UVM *PUVM; 53 typedef struct CPUMCTX CORE *PCPUMCTXCORE;53 typedef struct CPUMCTX *PCPUMCTX; 54 54 typedef struct SVMVMCB *PSVMVMCB; 55 55 typedef uint32_t VMXVDIAG;
Note:
See TracChangeset
for help on using the changeset viewer.