Re: [ovs-dev] [PATCH v2 3/3] ovs-thread: We don't use fork in Windows.

2014-03-13 Thread Ben Pfaff
On Thu, Mar 13, 2014 at 02:03:10PM -0700, Gurucharan Shetty wrote: > Signed-off-by: Gurucharan Shetty Acked-by: Ben Pfaff ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH v2 3/3] ovs-thread: We don't use fork in Windows.

2014-03-13 Thread Gurucharan Shetty
Signed-off-by: Gurucharan Shetty --- lib/ovs-thread.c |2 ++ lib/ovs-thread.h |2 ++ 2 files changed, 4 insertions(+) diff --git a/lib/ovs-thread.c b/lib/ovs-thread.c index 85de014..76cbbd3 100644 --- a/lib/ovs-thread.c +++ b/lib/ovs-thread.c @@ -322,6 +322,7 @@ assert_single_threaded_at