From: Oliver Kurth Date: Fri, 15 Sep 2017 18:22:59 +0000 (-0700) Subject: Common header file change; not applicable to open-vm-tools. X-Git-Tag: stable-10.2.0~575 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=71cb61c333d8813cf7ef22cfb09bb61c095fc328;p=thirdparty%2Fopen-vm-tools.git Common header file change; not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/productState.h b/open-vm-tools/lib/include/productState.h index dbb241ae9..856cf2c35 100644 --- a/open-vm-tools/lib/include/productState.h +++ b/open-vm-tools/lib/include/productState.h @@ -46,6 +46,7 @@ typedef enum { PRODUCT_VIEW = 1 << 7, PRODUCT_VMRC = 1 << 8, PRODUCT_GANTRY = 1 << 9, + PRODUCT_VMACORETESTS = 1 << 10, /* etc */ } Product; typedef uint64 ProductMask;