Re: [ovs-dev] [threads 03/23] jsonrpc: Make thread-safe.

2013-07-22 Thread Alex Wang
Looks good to me, On Thu, Jul 18, 2013 at 4:15 PM, Ben Pfaff wrote: > Signed-off-by: Ben Pfaff > --- > lib/jsonrpc.c | 12 ++-- > 1 files changed, 10 insertions(+), 2 deletions(-) > > diff --git a/lib/jsonrpc.c b/lib/jsonrpc.c > index b4bbc84..6c482c2 100644 > --- a/lib/jsonrpc.c >

[ovs-dev] [threads 03/23] jsonrpc: Make thread-safe.

2013-07-18 Thread Ben Pfaff
Signed-off-by: Ben Pfaff --- lib/jsonrpc.c | 12 ++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/lib/jsonrpc.c b/lib/jsonrpc.c index b4bbc84..6c482c2 100644 --- a/lib/jsonrpc.c +++ b/lib/jsonrpc.c @@ -26,6 +26,7 @@ #include "json.h" #include "list.h" #include "of