Re: [ovs-dev] [monitor 1/3] rconn: Factor code out from copy_to_monitor().

2013-04-29 Thread Ethan Jackson
Acked-by: Ethan Jackson On Wed, Mar 13, 2013 at 10:03 AM, Ben Pfaff wrote: > This series still needs review. It should be easy to review. > ___ > dev mailing list > dev@openvswitch.org > http://openvswitch.org/mailman/listinfo/dev __

Re: [ovs-dev] [monitor 1/3] rconn: Factor code out from copy_to_monitor().

2013-03-13 Thread Ben Pfaff
This series still needs review. It should be easy to review. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [monitor 1/3] rconn: Factor code out from copy_to_monitor().

2013-01-31 Thread Ben Pfaff
This prepares for the introduction of a second user in the following commit. Signed-off-by: Ben Pfaff --- lib/rconn.c | 15 +++ 1 files changed, 11 insertions(+), 4 deletions(-) diff --git a/lib/rconn.c b/lib/rconn.c index 9b6cd86..d7bb0be 100644 --- a/lib/rconn.c +++ b/lib/rconn.