]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Deprecate GUESTLIB_HOST_MEM_KERN_OVHD_MB at ESXi level.
authorOliver Kurth <okurth@vmware.com>
Mon, 4 May 2020 18:54:12 +0000 (11:54 -0700)
committerOliver Kurth <okurth@vmware.com>
Mon, 4 May 2020 18:54:12 +0000 (11:54 -0700)
Decided to deprecate GUESTLIB_HOST_MEM_KERN_OVHD_MB.  This changeset
implements the necessary changes to deprecate the metric at the ESXi level.

Will address the deprecation changes in GuestLib SDK/API in
a separate changeset.

open-vm-tools/libguestlib/guestlibV3.x

index 71771ad58e866130e20324d8578e610476e1bac2..1bd8f024e255147792493c3e8cd3b948853dc07f 100644 (file)
@@ -1,5 +1,5 @@
 /*********************************************************
- * Copyright (C) 2008-2016,2019 VMware, Inc. All rights reserved.
+ * Copyright (C) 2008-2016,2019-2020 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,10 @@ 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 is 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,