Re: [ovs-dev] [threads 27/28] vlog: Remove unused function vlog_exit().

2013-07-12 Thread Ben Pfaff
On Thu, Jul 11, 2013 at 09:56:43AM -0400, Ed Maste wrote: > On 10 July 2013 19:04, Ben Pfaff wrote: > > This is harder to implement once threads are introduced. > > > > Signed-off-by: Ben Pfaff > > Acked-by: Ed Maste Thanks, I'll apply this soon. ___

Re: [ovs-dev] [threads 27/28] vlog: Remove unused function vlog_exit().

2013-07-11 Thread Ed Maste
On 10 July 2013 19:04, Ben Pfaff wrote: > This is harder to implement once threads are introduced. > > Signed-off-by: Ben Pfaff Acked-by: Ed Maste X-CudaMail-Whitelist-To: dev@openvswitch.org ___ dev mailing list dev@openvswitch.org http://openvswitch

[ovs-dev] [threads 27/28] vlog: Remove unused function vlog_exit().

2013-07-10 Thread Ben Pfaff
This is harder to implement once threads are introduced. Signed-off-by: Ben Pfaff --- lib/vlog.c | 10 -- lib/vlog.h |1 - 2 files changed, 0 insertions(+), 11 deletions(-) diff --git a/lib/vlog.c b/lib/vlog.c index c2c3a45..d134c29 100644 --- a/lib/vlog.c +++ b/lib/vlog.c @@ -578