VirtualBox

Changeset 36001 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Feb 16, 2011 9:21:39 PM (14 years ago)
Author:
vboxsync
Message:

AsyncCompletion: Add a new flag to enable the host cache, to make using bandwidth groups possible for buffered I/O

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmasynccompletion.h

    r35361 r36001  
    228228 * @{ */
    229229/** Open the file in read-only mode. */
    230 #define PDMACEP_FILE_FLAGS_READ_ONLY    RT_BIT_32(0)
     230#define PDMACEP_FILE_FLAGS_READ_ONLY             RT_BIT_32(0)
    231231/** Whether the file should not be write protected.
    232232 * The default is to protect the file against writes by other processes
     
    234234 * concurrent access which can occur if the local writeback cache is enabled.
    235235 */
    236 #define PDMACEP_FILE_FLAGS_DONT_LOCK    RT_BIT_32(2)
     236#define PDMACEP_FILE_FLAGS_DONT_LOCK             RT_BIT_32(2)
     237/** Open the endpoint with the host cache enabled. */
     238#define PDMACEP_FILE_FLAGS_HOST_CACHE_ENABLED    RT_BIT_32(3)
    237239/** @} */
    238240
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