On Sat, Apr 19, 2014 at 8:30 PM, YAMAMOTO Takashi
wrote:
>> ovsdb-server on windows crashes without it.
>>
>> Signed-off-by: Gurucharan Shetty
>
> why is it necessary on windows?
I see why this patch is not correct. There is a dynamic initialization
of the mutex in netdev_initialize().
For the
> ovsdb-server on windows crashes without it.
>
> Signed-off-by: Gurucharan Shetty
why is it necessary on windows?
YAMAMOTO Takashi
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
ovsdb-server on windows crashes without it.
Signed-off-by: Gurucharan Shetty
---
lib/netdev.c |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lib/netdev.c b/lib/netdev.c
index 4736a97..71d3f83 100644
--- a/lib/netdev.c
+++ b/lib/netdev.c
@@ -70,7 +70,8 @@ static struct s