Re: [ovs-dev] [PATCH 1/2] jsonrpc: Make jsonrpc_error() internal.

2012-02-22 Thread Ethan Jackson
Seems reasonable to me. Ethan On Wed, Feb 22, 2012 at 12:00, Ben Pfaff wrote: > This function is an implementation detail.  The JSONRPC unit test used it, > but not for any good reason, so this commit changes the test to avoid > using it. > > Signed-off-by: Ben Pfaff > --- >  lib/jsonrpc.c    

[ovs-dev] [PATCH 1/2] jsonrpc: Make jsonrpc_error() internal.

2012-02-22 Thread Ben Pfaff
This function is an implementation detail. The JSONRPC unit test used it, but not for any good reason, so this commit changes the test to avoid using it. Signed-off-by: Ben Pfaff --- lib/jsonrpc.c|5 +++-- lib/jsonrpc.h|3 +-- tests/test-jsonrpc.c | 26 ++--