VirtualBox

Changeset 29345 in vbox for trunk/include/VBox


Ignore:
Timestamp:
May 11, 2010 12:22:48 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
61450
Message:

VBoxService,VBox/err.h: Use a dedicated status code for this, VERR_NOT_IMPLEMENTED and VERR_NOT_SUPPORTED are not suitable. Disable ballooning if either VbglR3MemBalloonRefresh or VBoxServiceBalloonSetUser fails instead of just checking the first. Don't display an error message on non-Windows hosts when ballooning is unavailbe (status code mixup).

File:
1 edited

Legend:

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

    r29209 r29345  
    8080/** Too many VCPUs. */
    8181#define VERR_TOO_MANY_CPUS                  (-1019)
     82/** The service was disabled on the host.
     83 * Returned by pfnInit in VBoxService to indicated a non-fatal error that
     84 * should results in the particular service being disabled. */
     85#define VERR_SERVICE_DISABLED               (-1020)
    8286/** @} */
    8387
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette