VirtualBox

Changeset 28620 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Apr 22, 2010 10:43:37 PM (15 years ago)
Author:
vboxsync
Message:

VBoxHDD: async I/O updates. Mostly complete except for bug fixes

File:
1 edited

Legend:

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

    r28383 r28620  
    13381338} VDBACKENDINFO, *PVDBACKENDINFO;
    13391339
    1340 /**
    1341  * Completion callback for metadata reads or writes.
    1342  *
    1343  * @return  nothing.
    1344  * @param   pvBackendData   The opaque backend data.
    1345  * @param   pvMetaUser      Opaque user data passed during a metadata read/write request.
    1346  */
    1347 typedef DECLCALLBACK(void) FNVDMETACOMPLETED(void *pvBackendData, void *pvMetaUser);
    1348 /** Pointer to FNVDCOMPLETED() */
    1349 typedef FNVDMETACOMPLETED *PFNVDMETACOMPLETED;
    13501340
    13511341/** Forward declaration. Only visible in the VBoxHDD module. */
     
    13561346/** Pointer to a storage backend handle. */
    13571347typedef PVDIOSTORAGE *PPVDIOSTORAGE;
     1348
     1349/**
     1350 * Completion callback for metadata reads or writes.
     1351 *
     1352 * @return  nothing.
     1353 * @param   pvBackendData   The opaque backend data.
     1354 * @param   pIoCtx          I/O context associated with this request.
     1355 * @param   pvMetaUser      Opaque user data passed during a metadata read/write request.
     1356 */
     1357typedef DECLCALLBACK(void) FNVDMETACOMPLETED(void *pvBackendData, PVDIOCTX pIoCtx, void *pvMetaUser);
     1358/** Pointer to FNVDCOMPLETED() */
     1359typedef FNVDMETACOMPLETED *PFNVDMETACOMPLETED;
    13581360
    13591361/**
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