Changeset 43623 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Oct 11, 2012 8:33:20 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PDMAsyncCompletionFileInternal.h
r41469 r43623 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 … … 272 272 /** Flag whether the out of resources warning was printed already. */ 273 273 bool fOutOfResourcesWarningPrinted; 274 #ifdef PDM_ASYNC_COMPLETION_FILE_WITH_DELAY 275 /** Timer for delayed request completion. */ 276 PTMTIMERR3 pTimer; 277 /** Milliseconds until the next delay expires. */ 278 volatile uint64_t cMilliesNext; 279 #endif 274 280 } PDMASYNCCOMPLETIONEPCLASSFILE; 275 281 /** Pointer to the endpoint class data. */ … … 380 386 /** Request delay. */ 381 387 volatile uint32_t msDelay; 388 /** Request delay jitter. */ 389 volatile uint32_t msJitter; 382 390 /** Number of requests to delay. */ 383 391 volatile uint32_t cReqsDelay;
Note:
See TracChangeset
for help on using the changeset viewer.