VirtualBox

Changeset 41299 in vbox


Ignore:
Timestamp:
May 15, 2012 9:33:20 AM (12 years ago)
Author:
vboxsync
Message:

19xx not 10xx (VERR_VM_REQUEST_TOO_MANY_ARGS_IPE and two others).

File:
1 edited

Legend:

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

    r41298 r41299  
    803803#define VERR_VM_UNEXPECTED_UNSTABLE_STATE       (-1916)
    804804/** Too many arguments passed to a VM request / request corruption.  */
    805 #define VERR_VM_REQUEST_TOO_MANY_ARGS_IPE       (-1017)
     805#define VERR_VM_REQUEST_TOO_MANY_ARGS_IPE       (-1917)
    806806/** Fatal EMT wait error. */
    807 #define VERR_VM_FATAL_WAIT_ERROR                (-1018)
     807#define VERR_VM_FATAL_WAIT_ERROR                (-1918)
    808808/** The VM request was killed at VM termination. */
    809 #define VERR_VM_REQUEST_KILLED                  (-1019)
     809#define VERR_VM_REQUEST_KILLED                  (-1919)
    810810/** @} */
    811811
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