Changeset 41777 in vbox for trunk/src/VBox/VMM/include/PDMAsyncCompletionInternal.h
- Timestamp:
- Jun 16, 2012 6:49:15 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78595
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PDMAsyncCompletionInternal.h
r39014 r41777 170 170 typedef struct PDMASYNCCOMPLETIONEPCLASS 171 171 { 172 /** Pointer to the shared VM structure. */172 /** Pointer to the VM. */ 173 173 PVM pVM; 174 174 /** Critical section protecting the lists below. */
Note:
See TracChangeset
for help on using the changeset viewer.