- Timestamp:
- Apr 7, 2010 8:58:11 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VBoxHDD.cpp
r28065 r28066 5500 5500 int rc2; 5501 5501 bool fLockRead = false; 5502 PVDIOCTX pIoCtx ;5502 PVDIOCTX pIoCtx = NULL; 5503 5503 5504 5504 LogFlowFunc(("pDisk=%#p uOffset=%llu paSeg=%p cSeg=%u cbRead=%zu\n", … … 5582 5582 int rc2; 5583 5583 bool fLockWrite = false; 5584 PVDIOCTX pIoCtx ;5584 PVDIOCTX pIoCtx = NULL; 5585 5585 5586 5586 LogFlowFunc(("pDisk=%#p uOffset=%llu paSeg=%p cSeg=%u cbWrite=%zu\n",
Note:
See TracChangeset
for help on using the changeset viewer.