- Timestamp:
- May 31, 2010 2:51:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp
r29827 r29913 4842 4842 return rc; 4843 4843 4844 /* Intialize task queue. */4844 /* Intialize task queue. (Need two items to handle SMP guest concurrency.) */ 4845 4845 rc = PDMDevHlpQueueCreate(pDevIns, sizeof(PDMQUEUEITEMCORE), 2, 0, 4846 4846 lsilogicNotifyQueueConsumer, true,
Note:
See TracChangeset
for help on using the changeset viewer.