]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Change to common header file not applicable to open-vm-tools.
authorKruti Pendharkar <kp025370@broadcom.com>
Wed, 6 Aug 2025 06:34:16 +0000 (23:34 -0700)
committerKruti Pendharkar <kp025370@broadcom.com>
Wed, 6 Aug 2025 06:34:16 +0000 (23:34 -0700)
open-vm-tools/lib/include/vm_basic_defs.h

index ed4b5dd89f309db7d20f9f7aa8c87fbabaa96962..e1325943496b6344352df8dbc3d9a75028db22f6 100644 (file)
@@ -632,7 +632,7 @@ typedef int pid_t;
 
 #if defined VMM || defined GLM || defined VMK_HAS_VMM
 /* Structure field only used to support the VMM (as opposed to the ULM). */
-#define VMM_ONLY_FIELD(name) name
+#define VMM_GLM_ONLY_FIELD(name) name
 #else
 /*
  * Structure field only used to support the VMM (as opposed to the ULM).
@@ -640,7 +640,7 @@ typedef int pid_t;
  * is unchanged (was bug 3354277), but prepend an underscore to the field's
  * name to verify at compile time that the field is indeed not used.
  */
-#define VMM_ONLY_FIELD(name) _##name
+#define VMM_GLM_ONLY_FIELD(name) _##name
 #endif
 
 #undef ARM64_ONLY