From: Oliver Kurth Date: Thu, 8 Feb 2018 00:39:25 +0000 (-0800) Subject: Header file change not applicable to open-vm-tools. X-Git-Tag: stable-10.3.0~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b6038522ed24ea134eb4e4a2752288f6f42fcd5;p=thirdparty%2Fopen-vm-tools.git Header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/uuid.h b/open-vm-tools/lib/include/uuid.h index a467111d4..699dcd394 100644 --- a/open-vm-tools/lib/include/uuid.h +++ b/open-vm-tools/lib/include/uuid.h @@ -56,9 +56,10 @@ typedef enum { } UUIDStyle; /* Scheme control */ -#define UUID_CREATE_WS6 0 /* the WS6 scheme - "native" path */ -#define UUID_CREATE_WS65 1 /* the WS65 scheme - UTF-8 path */ -#define UUID_CREATE_CURRENT 1 /* the current scheme - always the latest */ +#define UUID_CREATE_WS6 0 /* the WS6 scheme - "native" path */ +#define UUID_CREATE_WS65 1 /* the WS65 scheme - UTF-8 path */ +#define UUID_CREATE_ESXi2018 2 /* UTF-8 path, no host UUID for >= 2018 ESXi */ +#define UUID_CREATE_CURRENT 2 /* the current scheme - always the latest */ /*