/*********************************************************
- * Copyright (C) 2008-2016 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
GUESTLIB_MEM_BALLOON_TARGET_MB = 35,
GUESTLIB_MEM_BALLOON_MAX_MB = 36,
GUESTLIB_RESOURCE_POOL_PATH_LONG = 37,
+
+ /* New Counters added in ESX 7.0 */
+ GUESTLIB_MEM_SHARES_64 = 38,
/*------ Add any new statistics above this line. ------- */
/*------ Bump this when adding to this list. -------*/
- GUESTLIB_MAX_STATISTIC_ID = 38
+ GUESTLIB_MAX_STATISTIC_ID = 39
};
union GuestLibV3Stat switch (GuestLibV3TypeIds d) {
struct GuestLibV3StatUint32 memBalloonMaxMB;
case GUESTLIB_RESOURCE_POOL_PATH_LONG:
struct GuestLibV3ByteArray resourcePoolPathLong;
+ case GUESTLIB_MEM_SHARES_64:
+ struct GuestLibV3StatUint64 memShares64;
};