VirtualBox

Changeset 59284 in vbox for trunk/include/VBox/err.h


Ignore:
Timestamp:
Jan 7, 2016 9:26:24 PM (9 years ago)
Author:
vboxsync
Message:

Storage: Sketch out new interface for async I/O which will replace PDMIMEDIAASYNC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/err.h

    r59073 r59284  
    14621462/** Got into a part of PDM that is not used when HM (VT-x/AMD-V) is enabled. */
    14631463#define VERR_PDM_HM_IPE                             (-2892)
     1464/** The I/O request was canceled. */
     1465#define VERR_PDM_MEDIAEX_IOREQ_CANCELED             (-2893)
     1466/** There is not enough room to store the data. */
     1467#define VERR_PDM_MEDIAEX_IOBUF_OVERFLOW             (-2894)
     1468/** There is not enough data to satisfy the request. */
     1469#define VERR_PDM_MEDIAEX_IOBUF_UNDERFLOW            (-2895)
     1470/** The I/O request ID is already existing. */
     1471#define VERR_PDM_MEDIAEX_IOREQID_CONFLICT           (-2896)
     1472/** The I/O request ID was not found. */
     1473#define VERR_PDM_MEDIAEX_IOREQID_NOT_FOUND          (-2897)
     1474/** The I/O request is in progress. */
     1475#define VINF_PDM_MEDIAEX_IOREQ_IN_PROGRESS          2898
    14641476/** @} */
    14651477
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