From: Oliver Kurth Date: Fri, 15 Sep 2017 18:23:58 +0000 (-0700) Subject: GuestStats: Report memNeeded on ESX as a guest X-Git-Tag: stable-10.2.0~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ec91a3f67059cff2d47c662e2177714742a241f;p=thirdparty%2Fopen-vm-tools.git GuestStats: Report memNeeded on ESX as a guest --- diff --git a/open-vm-tools/services/plugins/guestInfo/guestInfoServer.c b/open-vm-tools/services/plugins/guestInfo/guestInfoServer.c index 4c473e65d..49cab26df 100644 --- a/open-vm-tools/services/plugins/guestInfo/guestInfoServer.c +++ b/open-vm-tools/services/plugins/guestInfo/guestInfoServer.c @@ -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,