]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Change to shared header file unrelated to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:23:11 +0000 (11:23 -0700)
committerOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:23:11 +0000 (11:23 -0700)
open-vm-tools/lib/include/log.h

index 51c2425b2d99328a983c3c9376b510d3c9e5ede5..9a977cd652ab37d8cdcf3b32cb210704698064c2 100644 (file)
@@ -82,6 +82,13 @@ extern "C" {
    #define LOG_FILTER_DEFAULT_LEVEL VMW_LOG_INFO
 #endif
 
+/*
+ * The "routing" parameter may contain other information.
+ */
+
+#define VMW_LOG_LEVEL_MASK 0x000000FF  // Log level bits are in the LOB
+#define VMW_LOG_NO_BLOCK   0x80000000  // Message may be dropped
+
 void LogV(uint32 routing,
           const char *fmt,
           va_list args);