VirtualBox

Changeset 26147 in vbox for trunk/include


Ignore:
Timestamp:
Feb 2, 2010 1:55:20 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57156
Message:

AsyncCompletion: Fix incorrect count of outstanding write tasks. Fixes hangs during flush requests. Return VINF_AIO_TASK_PENDING if data needs to be read from the file

File:
1 edited

Legend:

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

    r26111 r26147  
    12171217/** Raw: Invalid image file type. */
    12181218#define VERR_VD_RAW_INVALID_TYPE                    (-3271)
     1219/** The backend needs more metadata before it can continue. */
     1220#define VERR_VD_NOT_ENOUGH_METADATA                 (-3272)
    12191221/** @} */
    12201222
     
    15051507/** @} */
    15061508
     1509/** @name VBox async I/O manager Status Codes
     1510 * @{
     1511 */
     1512/** Async I/O task is pending, a completion handler will be called. */
     1513#define VINF_AIO_TASK_PENDING                       4800
     1514/** @} */
     1515
    15071516/* SED-END */
    15081517
Note: See TracChangeset for help on using the changeset viewer.

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