Changeset 72051 in vbox
- Timestamp:
- Apr 27, 2018 8:41:05 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 122400
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/VD.cpp
r69329 r72051 3508 3508 { 3509 3509 PVDISK pDisk = pIoStorage->pVDIo->pDisk; 3510 RTLISTNODE ListIoCtxWaiting; 3510 RTLISTANCHOR ListIoCtxWaiting; 3511 RTListInit(&ListIoCtxWaiting); 3511 3512 bool fFlush; 3512 3513
Note:
See TracChangeset
for help on using the changeset viewer.