VirtualBox

Changeset 19785 in vbox for trunk/src/VBox/VMM/PDMInternal.h


Ignore:
Timestamp:
May 18, 2009 1:23:45 PM (16 years ago)
Author:
vboxsync
Message:

Locking should not be required after all

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PDMInternal.h

    r19784 r19785  
    613613typedef enum PDMQUEUETYPE
    614614{
    615     /** Uninitialized. */
    616     PDMQUEUETYPE_UNINIT = 0,
    617615    /** Device consumer. */
    618     PDMQUEUETYPE_DEV,
     616    PDMQUEUETYPE_DEV = 1,
    619617    /** Driver consumer. */
    620618    PDMQUEUETYPE_DRV,
     
    10221020int         pdmLockEx(PVM pVM, int rc);
    10231021void        pdmUnlock(PVM pVM);
    1024 bool        pdmIsLockOwner(PVM pVM);
     1022
    10251023/** @} */
    10261024
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