VirtualBox

Changeset 5113 in vbox for trunk/include/VBox/err.h


Ignore:
Timestamp:
Oct 1, 2007 6:28:38 AM (17 years ago)
Author:
vboxsync
Message:

VERR_GMM_PAGE_NOT_PRIVATE

File:
1 edited

Legend:

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

    r5105 r5113  
    11231123/** The page to be freed or updated was not found. */
    11241124#define VERR_GMM_PAGE_NOT_FOUND                     (-4154)
     1125/** The specified shared page was not actually private. */
     1126#define VERR_GMM_PAGE_NOT_PRIVATE                   (-4155)
    11251127/** The specified shared page was not actually shared. */
    1126 #define VERR_GMM_PAGE_NOT_SHARED                    (-4155)
     1128#define VERR_GMM_PAGE_NOT_SHARED                    (-4156)
    11271129/** The reservation or reservation update was declined - too many VMs, too
    11281130 * little memory, and/or too low GMM configuration. */
    1129 #define VERR_GMM_MEMORY_RESERVATION_DECLINED        (-4156)
     1131#define VERR_GMM_MEMORY_RESERVATION_DECLINED        (-4157)
    11301132/** @} */
    11311133
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