Re: [ovs-dev] [PATCH 1/2] jsonrpc: Add function comments.

2015-03-31 Thread Ben Pfaff
On Tue, Mar 31, 2015 at 03:07:32PM -0400, Russell Bryant wrote: > On 03/31/2015 02:29 PM, Ben Pfaff wrote: > > Signed-off-by: Ben Pfaff > > Acked-by: Russell Bryant Thanks for the acks, I applied these to master. > > > +/* Sets the DSCP value used for 's''s connection to 'dscp'. If this is >

Re: [ovs-dev] [PATCH 1/2] jsonrpc: Add function comments.

2015-03-31 Thread Russell Bryant
On 03/31/2015 02:29 PM, Ben Pfaff wrote: > Signed-off-by: Ben Pfaff Acked-by: Russell Bryant > +/* Sets the DSCP value used for 's''s connection to 'dscp'. If this is > + * different from the DSCP value currently in use then the connection is > closed > + * and reconnected. */ > void > -jso

[ovs-dev] [PATCH 1/2] jsonrpc: Add function comments.

2015-03-31 Thread Ben Pfaff
Signed-off-by: Ben Pfaff --- lib/jsonrpc.c | 29 +++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/lib/jsonrpc.c b/lib/jsonrpc.c index 86531b8..ae51b42 100644 --- a/lib/jsonrpc.c +++ b/lib/jsonrpc.c @@ -1063,36 +1063,49 @@ jsonrpc_session_recv_wait(str