Changeset 57201 in vbox for trunk/include
- Timestamp:
- Aug 5, 2015 7:57:08 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 101953
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r57109 r57201 1812 1812 /** A TSC-delta measurement request is currently being serviced. */ 1813 1813 #define VERR_SUPDRV_TSC_DELTA_MEASUREMENT_BUSY (-3747) 1814 /** The process trying to open VBoxDrv is not a budding VM process (1). */ 1815 #define VERR_SUPDRV_NOT_BUDDING_VM_PROCESS_1 (-3748) 1816 /** The process trying to open VBoxDrv is not a budding VM process (2). */ 1817 #define VERR_SUPDRV_NOT_BUDDING_VM_PROCESS_2 (-3748) 1814 1818 /** @} */ 1815 1819
Note:
See TracChangeset
for help on using the changeset viewer.