VirtualBox

Changeset 43694 in vbox for trunk/include


Ignore:
Timestamp:
Oct 22, 2012 9:37:50 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
81542
Message:

Forgot to commit.

File:
1 edited

Legend:

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

    r43640 r43694  
    122122
    123123    /**
     124     * Set the lock state of the underlying medium.
     125     *
     126     * @returns VBox status status code.
     127     * @param   hVScsiLun        Virtual SCSI LUN handle.
     128     * @param   pvScsiLunUser    Opaque user data which may
     129     *                           be used to identify the medium.
     130     * @param   fLocked          New lock state (locked/unlocked).
     131     */
     132    DECLR3CALLBACKMEMBER(int, pfnVScsiLunMediumSetLock, (VSCSILUN hVScsiLun,
     133                                                         void *pvScsiLunUser,
     134                                                         bool fLocked));
     135    /**
    124136     * Enqueue a read or write request from the medium.
    125137     *
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