From: Oliver Kurth Date: Fri, 15 Sep 2017 18:23:11 +0000 (-0700) Subject: Change to shared header file unrelated to open-vm-tools. X-Git-Tag: stable-10.2.0~462 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e86169d49c461e3e5ce2fa8de3d03586cff1656b;p=thirdparty%2Fopen-vm-tools.git Change to shared header file unrelated to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/log.h b/open-vm-tools/lib/include/log.h index 51c2425b2..9a977cd65 100644 --- a/open-vm-tools/lib/include/log.h +++ b/open-vm-tools/lib/include/log.h @@ -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);