]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
GuestStats: Report memNeeded on ESX as a guest
authorOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:23:58 +0000 (11:23 -0700)
committerOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:23:58 +0000 (11:23 -0700)
open-vm-tools/services/plugins/guestInfo/guestInfoServer.c

index 4c473e65dbf12469e0d43b46d6e37efbe3970071..49cab26df37ae3038bcdc2566b3cd64102664089 100644 (file)
@@ -1431,7 +1431,7 @@ static void
 TweakGatherLoops(ToolsAppCtx *ctx,
                  gboolean enable)
 {
-#if (defined(__linux__) && !defined(USERWORLD)) || defined(_WIN32)
+#if defined(__linux__) || defined(USERWORLD) || defined(_WIN32)
    gboolean perfmonEnabled;
 
    perfmonEnabled = !g_key_file_get_boolean(ctx->config,