VirtualBox

Changeset 40818 in vbox for trunk/include


Ignore:
Timestamp:
Apr 7, 2012 8:53:32 PM (13 years ago)
Author:
vboxsync
Message:

SUPDrv: Added three new IOCtls for talking to the tracer.

File:
1 edited

Legend:

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

    r40756 r40818  
    16591659/** The session has no tracer associated with it. */
    16601660#define VERR_SUPDRV_TRACER_NOT_REGISTERED           (-3723)
     1661/** The tracer has already been opened in this sesssion. */
     1662#define VERR_SUPDRV_TRACER_ALREADY_OPENED           (-3724)
     1663/** The tracer has not been opened. */
     1664#define VERR_SUPDRV_TRACER_NOT_OPENED               (-3725)
     1665/** There is no tracer present. */
     1666#define VERR_SUPDRV_TRACER_NOT_PRESENT              (-3726)
     1667/** The tracer is unloading. */
     1668#define VERR_SUPDRV_TRACER_UNLOADING                (-3727)
     1669/** Another thread in the session is talking to the tracer.  */
     1670#define VERR_SUPDRV_TRACER_SESSION_BUSY             (-3728)
     1671/** The tracer cannot open it self in the same session. */
     1672#define VERR_SUPDRV_TRACER_CANNOT_OPEN_SELF         (-3729)
    16611673/** @} */
    16621674
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