Changeset 36041 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Feb 21, 2011 4:04:53 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/VMInternal.h
r35346 r36041 181 181 volatile uint32_t cReqFree; 182 182 /** Array of pointers to lists of free request packets. Atomic. */ 183 volatile PVMREQ apReqFree[9]; 183 volatile PVMREQ apReqFree[16-4]; 184 185 /** The reference count of the UVM handle. */ 186 volatile uint32_t cUvmRefs; 184 187 185 188 #ifdef VBOX_WITH_STATISTICS … … 294 297 /** TLS index for the VMINTUSERPERVMCPU pointer. */ 295 298 RTTLS idxTLS; 299 300 /** The VM name. (Set after the config constructure has been called.) */ 301 char *pszName; 302 /** The VM UUID. (Set after the config constructure has been called.) */ 303 RTUUID Uuid; 296 304 } VMINTUSERPERVM; 297 305
Note:
See TracChangeset
for help on using the changeset viewer.