Changeset 44397 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Jan 27, 2013 8:23:39 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PDMAsyncCompletionFileInternal.h
r43624 r44397 45 45 46 46 /** Enable for delay injection from the debugger. */ 47 #if 047 #if 1 48 48 # define PDM_ASYNC_COMPLETION_FILE_WITH_DELAY 49 49 #endif … … 428 428 */ 429 429 PAVLRFOFFTREE pTreeRangesLocked; 430 /** Number of requests with a range lock active. */ 431 unsigned cLockedReqsActive; 430 432 /** Number of requests currently being processed for this endpoint 431 433 * (excluded flush requests). */
Note:
See TracChangeset
for help on using the changeset viewer.