Changeset 23975 in vbox for trunk/src/VBox/VMM/PDMAsyncCompletionFileInternal.h
- Timestamp:
- Oct 22, 2009 12:54:52 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PDMAsyncCompletionFileInternal.h
r23956 r23975 229 229 /** Pointer to the memory containing the data. */ 230 230 uint8_t *pbData; 231 /** List of tasks waiting for this one to finish. */ 232 PPDMACFILETASKSEG pHead; 231 /** Head of list of tasks waiting for this one to finish. */ 232 PPDMACFILETASKSEG pWaitingHead; 233 /** Tail of list of tasks waiting for this one to finish. */ 234 PPDMACFILETASKSEG pWaitingTail; 233 235 } PDMACFILECACHEENTRY, *PPDMACFILECACHEENTRY; 234 236 /** I/O is still in progress for this entry. This entry is not evictable. */
Note:
See TracChangeset
for help on using the changeset viewer.