VirtualBox

Changeset 77093 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Feb 1, 2019 8:53:18 AM (6 years ago)
Author:
vboxsync
Message:

Guest Control/Main: Added VERR_GSTCTL_MAX_CID_COUNT_REACHED and use it in registerWaitEvent[Ex]; renamed VERR_GSTCTL_MAX_OBJECTS_REACHED to VERR_GSTCTL_MAX_CID_OBJECTS_REACHED.

File:
1 edited

Legend:

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

    r76585 r77093  
    27192719/** Guest process is in a wrong state. */
    27202720#define VERR_GSTCTL_PROCESS_WRONG_STATE             (-6221)
    2721 /** Maximum objects has been reached. */
    2722 #define VERR_GSTCTL_MAX_OBJECTS_REACHED             (-6222)
     2721/** Maximum (context ID) sessions have been reached. */
     2722#define VERR_GSTCTL_MAX_CID_SESSIONS_REACHED        (-6222)
     2723/** Maximum (context ID) objects have been reached. */
     2724#define VERR_GSTCTL_MAX_CID_OBJECTS_REACHED         (-6223)
     2725/** Maximum (context ID object) count has been reached. */
     2726#define VERR_GSTCTL_MAX_CID_COUNT_REACHED           (-6224)
    27232727/** Started guest process terminated with an exit code <> 0. */
    2724 #define VERR_GSTCTL_PROCESS_EXIT_CODE               (-6223)
     2728#define VERR_GSTCTL_PROCESS_EXIT_CODE               (-6225)
    27252729/** @} */
    27262730
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