Changeset 40818 in vbox for trunk/include
- Timestamp:
- Apr 7, 2012 8:53:32 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r40756 r40818 1659 1659 /** The session has no tracer associated with it. */ 1660 1660 #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) 1661 1673 /** @} */ 1662 1674
Note:
See TracChangeset
for help on using the changeset viewer.