netdev-pltap: Make access to AF_INET socket thread-safe.
[sliver-openvswitch.git] / lib / vlog.h
index 901b3d3..87a9654 100644 (file)
@@ -141,6 +141,7 @@ int vlog_reopen_log_file(void);
 
 /* Initialization. */
 void vlog_init(void);
+void vlog_enable_async(void);
 
 /* Functions for actual logging. */
 void vlog(const struct vlog_module *, enum vlog_level, const char *format, ...)