Changeset 41299 in vbox
- Timestamp:
- May 15, 2012 9:33:20 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/include/VBox/err.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r41298 r41299 803 803 #define VERR_VM_UNEXPECTED_UNSTABLE_STATE (-1916) 804 804 /** Too many arguments passed to a VM request / request corruption. */ 805 #define VERR_VM_REQUEST_TOO_MANY_ARGS_IPE (-1 017)805 #define VERR_VM_REQUEST_TOO_MANY_ARGS_IPE (-1917) 806 806 /** Fatal EMT wait error. */ 807 #define VERR_VM_FATAL_WAIT_ERROR (-1 018)807 #define VERR_VM_FATAL_WAIT_ERROR (-1918) 808 808 /** The VM request was killed at VM termination. */ 809 #define VERR_VM_REQUEST_KILLED (-1 019)809 #define VERR_VM_REQUEST_KILLED (-1919) 810 810 /** @} */ 811 811
Note:
See TracChangeset
for help on using the changeset viewer.

