Re: [ovs-dev] [threads 28/28] vlog: Make thread-safe.

2013-07-12 Thread Ben Pfaff
On Thu, Jul 11, 2013 at 08:59:22AM -0400, Ed Maste wrote: > On 10 July 2013 19:04, Ben Pfaff wrote: > > static void format_log_message(const struct vlog_module *, enum vlog_level, > > - enum vlog_facility, unsigned int msg_num, > > + enu

Re: [ovs-dev] [threads 28/28] vlog: Make thread-safe.

2013-07-11 Thread Ed Maste
On 10 July 2013 19:04, Ben Pfaff wrote: > static void format_log_message(const struct vlog_module *, enum vlog_level, > - enum vlog_facility, unsigned int msg_num, > + enum vlog_facility, > const char *mes

[ovs-dev] [threads 28/28] vlog: Make thread-safe.

2013-07-10 Thread Ben Pfaff
Signed-off-by: Ben Pfaff --- lib/vlog.c | 113 +--- lib/vlog.h |9 + 2 files changed, 79 insertions(+), 43 deletions(-) diff --git a/lib/vlog.c b/lib/vlog.c index d134c29..97c5b44 100644 --- a/lib/vlog.c +++ b/lib/vlog.c @@ -33,6 +