]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change; not applicable to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:22:59 +0000 (11:22 -0700)
committerOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:22:59 +0000 (11:22 -0700)
open-vm-tools/lib/include/productState.h

index dbb241ae9189328fc45d8660320c3191fcb8bf37..856cf2c357e34f54f5ed483bb895eb2478723db4 100644 (file)
@@ -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;