From: Oliver Kurth Date: Mon, 4 May 2020 18:54:12 +0000 (-0700) Subject: Backout previous change to guestlibV3.x X-Git-Tag: stable-11.2.0~227 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa346e71e6bbc9a55f0a48d7d7b728e3128ae4bf;p=thirdparty%2Fopen-vm-tools.git Backout previous change to guestlibV3.x --- diff --git a/open-vm-tools/libguestlib/guestlibV3.x b/open-vm-tools/libguestlib/guestlibV3.x index a8e478cda..71771ad58 100644 --- a/open-vm-tools/libguestlib/guestlibV3.x +++ b/open-vm-tools/libguestlib/guestlibV3.x @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 2008-2016,2019-2020 VMware, Inc. All rights reserved. + * Copyright (C) 2008-2016,2019 VMware, Inc. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published @@ -84,7 +84,7 @@ enum GuestLibV3TypeIds { GUESTLIB_HOST_MEM_USED_MB = 25, GUESTLIB_HOST_MEM_PHYS_MB = 26, GUESTLIB_HOST_MEM_PHYS_FREE_MB = 27, - GUESTLIB_HOST_MEM_KERN_OVHD_MB = 28, // Deprecated in ESXi from version 7.1 + GUESTLIB_HOST_MEM_KERN_OVHD_MB = 28, GUESTLIB_HOST_MEM_MAPPED_MB = 29, GUESTLIB_HOST_MEM_UNMAPPED_MB = 30,