Changeset 27523 in vbox
- Timestamp:
- Mar 19, 2010 11:10:06 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 59028
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PDMAsyncCompletionFileCache.cpp
r27522 r27523 1847 1847 else 1848 1848 { 1849 #if ndef VBOX_WITH_IO_READ_CACHE1849 #ifdef VBOX_WITH_IO_READ_CACHE 1850 1850 /* No entry found for this offset. Create a new entry and fetch the data to the cache. */ 1851 1851 PPDMACFILECACHEENTRY pEntryNew = pdmacFileEpCacheEntryCreate(pEndpoint,
Note:
See TracChangeset
for help on using the changeset viewer.