]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Header file change not applicable to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Thu, 8 Feb 2018 00:39:25 +0000 (16:39 -0800)
committerOliver Kurth <okurth@vmware.com>
Thu, 8 Feb 2018 00:39:25 +0000 (16:39 -0800)
open-vm-tools/lib/include/uuid.h

index a467111d43e5e9ed05841d7318419f27ec99686d..699dcd3948675987a2553be29a2cbfa174a420bd 100644 (file)
@@ -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 */
 
 
 /*