Re: [ovs-dev] [PATCH 2/2] jsonrpc: Document some functions.

2012-02-27 Thread Ben Pfaff
On Wed, Feb 22, 2012 at 02:49:09PM -0800, Ethan Jackson wrote: > > +/* Destroys 'rpc', closing the stream on which it is based, and frees its > > + * memory. !*/ > > This exclamation point is redundant. Redundant? Well, mistaken away. I removed it. > Otherwise looks good, thanks for documentin

Re: [ovs-dev] [PATCH 2/2] jsonrpc: Document some functions.

2012-02-22 Thread Ethan Jackson
> +/* Destroys 'rpc', closing the stream on which it is based, and frees its > + * memory. !*/ This exclamation point is redundant. Otherwise looks good, thanks for documenting this stuff. Ethan ___ dev mailing list dev@openvswitch.org http://openvswit

[ovs-dev] [PATCH 2/2] jsonrpc: Document some functions.

2012-02-22 Thread Ben Pfaff
Signed-off-by: Ben Pfaff --- lib/jsonrpc.c | 68 1 files changed, 63 insertions(+), 5 deletions(-) diff --git a/lib/jsonrpc.c b/lib/jsonrpc.c index 3a6077f..23f5e02 100644 --- a/lib/jsonrpc.c +++ b/lib/jsonrpc.c @@ -75,6 +75,8 @@ jsonrpc