VirtualBox

Changeset 24443 in vbox for trunk/src


Ignore:
Timestamp:
Nov 6, 2009 1:52:43 PM (15 years ago)
Author:
vboxsync
Message:

Build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PDMAsyncCompletionFile.cpp

    r24442 r24443  
    543543         */
    544544        bool fDummy;
    545         rc = CFGMR3QueryBoolDef(pCfgNode, "HostCacheEnabled", &fDummy);
     545        rc = CFGMR3QueryBool(pCfgNode, "HostCacheEnabled", &fDummy);
    546546        if (RT_SUCCESS(rc))
    547547            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.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette