Changeset 21035 in vbox for trunk/src/VBox/VMM/PDMInternal.h
- Timestamp:
- Jun 29, 2009 3:45:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PDMInternal.h
r20374 r21035 888 888 * Only touched by EMT. */ 889 889 RCPTRTYPE(struct PDMQUEUE *) pQueueFlushRC; 890 #if HC_ARCH_BITS == 64 891 RTRCPTR uPadding2; 892 #endif 890 /** Set if we're currently checking queues to prevent other VCPUs from doing the same concurrently. */ 891 volatile uint32_t fQueueFlushing; 893 892 894 893 /** Head of the PDM Thread list. (singly linked) */
Note:
See TracChangeset
for help on using the changeset viewer.