]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Change to common header file not applicable to open-vm-tools.
authorKaty Feng <fkaty@vmware.com>
Tue, 29 Nov 2022 20:11:43 +0000 (12:11 -0800)
committerKaty Feng <fkaty@vmware.com>
Tue, 29 Nov 2022 20:11:43 +0000 (12:11 -0800)
open-vm-tools/lib/include/vm_basic_defs.h

index 896ea00987111d8f22fffe5bc23c39af00d41cb1..9d898027c961f77edf36fab442ddadd3e6867705 100644 (file)
@@ -741,6 +741,12 @@ typedef int pid_t;
 #define VMM_ONLY(x)
 #endif
 
+#ifdef VMM_BOOTSTRAP
+#define vmm_bootstrap 1
+#else
+#define vmm_bootstrap 0
+#endif
+
 #ifdef ULM
 #define vmx86_ulm 1
 #define ULM_ONLY(x) x