Changeset 29145 in vbox
- Timestamp:
- May 6, 2010 12:13:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PDMAsyncCompletionFileInternal.h
r29127 r29145 537 537 /** Flag whether a flush request is currently active */ 538 538 PPDMACTASKFILE pFlushReq; 539 /** Flag whether the host supports the async flush API. */540 bool fAsyncFlushSupported;541 542 bool afAlignment[3];543 539 544 540 #ifdef VBOX_WITH_STATISTICS … … 557 553 /** Flag whether the file was opened readonly. */ 558 554 bool fReadonly; 555 /** Flag whether the host supports the async flush API. */ 556 bool fAsyncFlushSupported; 559 557 /** Flag whether a blocking event is pending and needs 560 558 * processing by the I/O manager. */
Note:
See TracChangeset
for help on using the changeset viewer.