VirtualBox

Changeset 5113

Show
Ignore:
Timestamp:
10/01/07 08:28:38 (1 year ago)
Author:
vboxsync
Message:

VERR_GMM_PAGE_NOT_PRIVATE

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy