VirtualBox

Changeset 30863 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jul 15, 2010 7:53:40 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
63692
Message:

VD: Finish async I/O support for VMDK. Still disabled by default until images are tested which were not created by VirtualBox

File:
1 edited

Legend:

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

    r30788 r30863  
    10291029     * @param   pszAddress      The address to connect to.
    10301030     * @param   uPort           The port to connect to.
    1031      * @param   pSock           Where to store the handle to the established connect
    1032 ion.
     1031     * @param   pSock           Where to store the handle to the established connection.
    10331032     */
    10341033    DECLR3CALLBACKMEMBER(int, pfnClientConnect, (const char *pszAddress, uint32_t uPort, PRTSOCKET pSock));
     
    10391038     * @return  iprt status code.
    10401039     * @param   Sock            Socket descriptor.
    1041 ion.
    10421040     */
    10431041    DECLR3CALLBACKMEMBER(int, pfnClientClose, (RTSOCKET Sock));
     
    15431541     *
    15441542     * @returns VBox status code.
    1545      * @param   pvUser        The opaque user data passed on container creation.
    1546      * @param   pStorage      The storage handle.
    1547      * @param   uOffset       Offset to start reading from.
    1548      * @param   pvBuf         Where to store the data.
    1549      * @param   cbRead        How many bytes to read.
    1550      * @param   pIoCtx        The I/O context which triggered the read.
    1551      * @param   ppMetaXfer    Where to store the metadata transfer handle on success.
     1543     * @param   pvUser         The opaque user data passed on container creation.
     1544     * @param   pStorage       The storage handle.
     1545     * @param   uOffset        Offset to start reading from.
     1546     * @param   pvBuf          Where to store the data.
     1547     * @param   cbRead         How many bytes to read.
     1548     * @param   pIoCtx         The I/O context which triggered the read.
     1549     * @param   ppMetaXfer     Where to store the metadata transfer handle on success.
     1550     * @param   pfnCompleted   Completion callback.
     1551     * @param   pvCompleteUser Opaque user data passed in the completion callback.
    15521552     */
    15531553    DECLR3CALLBACKMEMBER(int, pfnReadMetaAsync, (void *pvUser, PVDIOSTORAGE pStorage,
    15541554                                                 uint64_t uOffset, void *pvBuf,
    15551555                                                 size_t cbRead, PVDIOCTX pIoCtx,
    1556                                                  PPVDMETAXFER ppMetaXfer));
     1556                                                 PPVDMETAXFER ppMetaXfer,
     1557                                                 PFNVDXFERCOMPLETED pfnComplete,
     1558                                                 void *pvCompleteUser));
    15571559
    15581560    /**
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