Changeset 5113
- Timestamp:
- 10/01/07 08:28:38 (1 year ago)
- Files:
-
- trunk/include/VBox/err.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/VBox/err.h
r5105 r5113 1123 1123 /** The page to be freed or updated was not found. */ 1124 1124 #define VERR_GMM_PAGE_NOT_FOUND (-4154) 1125 /** The specified shared page was not actually private. */ 1126 #define VERR_GMM_PAGE_NOT_PRIVATE (-4155) 1125 1127 /** The specified shared page was not actually shared. */ 1126 #define VERR_GMM_PAGE_NOT_SHARED (-415 5)1128 #define VERR_GMM_PAGE_NOT_SHARED (-4156) 1127 1129 /** The reservation or reservation update was declined - too many VMs, too 1128 1130 * little memory, and/or too low GMM configuration. */ 1129 #define VERR_GMM_MEMORY_RESERVATION_DECLINED (-415 6)1131 #define VERR_GMM_MEMORY_RESERVATION_DECLINED (-4157) 1130 1132 /** @} */ 1131 1133

