- Timestamp:
- Nov 6, 2009 1:52:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PDMAsyncCompletionFile.cpp
r24442 r24443 543 543 */ 544 544 bool fDummy; 545 rc = CFGMR3QueryBool Def(pCfgNode, "HostCacheEnabled", &fDummy);545 rc = CFGMR3QueryBool(pCfgNode, "HostCacheEnabled", &fDummy); 546 546 if (RT_SUCCESS(rc)) 547 547 LogRel(("AIOMgr: The host cache is not supported with async I/O on Linux\n"));
Note:
See TracChangeset
for help on using the changeset viewer.