]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file changes not directly applicable to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Thu, 3 Oct 2019 00:48:34 +0000 (17:48 -0700)
committerOliver Kurth <okurth@vmware.com>
Thu, 3 Oct 2019 00:48:34 +0000 (17:48 -0700)
open-vm-tools/lib/include/log.h

index bd05f36fe55689a605aa571c0ac2bbae100bd093..95497e6b9ed7ff9cb3d0b6407ca353ed039124b6 100644 (file)
@@ -415,6 +415,20 @@ Bool Log_BoundNumFiles(struct LogOutput *output,
 #define LOG_NO_BPS_LIMIT               0xFFFFFFFF  // unlimited input rate
 
 
+/*
+ * Assemble a line.
+ */
+
+void *Log_BufBegin(void);
+
+void Log_BufAppend(void *acc,
+                   const char *fmt,
+                   ...) PRINTF_DECL(2, 3);
+
+void Log_BufEndLevel(void *acc,
+                     uint32 routing);
+
+
 /*
  * Debugging
  */