]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorJohn Wolfe <jwolfe@vmware.com>
Tue, 6 Oct 2020 21:30:54 +0000 (14:30 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Tue, 6 Oct 2020 21:30:54 +0000 (14:30 -0700)
open-vm-tools/lib/include/log.h

index bc71943d9682b7bad60ef27f61db40ba202c428e..9124707b69cb7b58edab302d2ab4008b851bdf51 100644 (file)
@@ -268,10 +268,21 @@ struct CfgInterface *
 Log_CfgInterface(void);
 
 int32
-Log_SetStderrLevel(int32 level);
+Log_SetStderrLevel(uint32 module,
+                   int32 level);
+
+int32
+Log_GetStderrLevel(uint32 module);
 
 int32
-Log_GetStderrLevel(void);
+Log_SetLogLevel(uint32 module,
+                int32 level);
+
+int32
+Log_GetLogLevel(uint32 module);
+
+uint32
+Log_LookupModuleNumber(const char *moduleName);
 
 LogOutput *
 Log_NewStdioOutput(const char *appPrefix,