Re: [ovs-dev] [PATCH 13/13] json: New function json_object_put_format().

2017-10-24 Thread Ben Pfaff
Thanks for all the reviews in this series. I've pushed most of them to master. I decided that a couple of them make sense only in the context of the actual cluster implementation, so for those I just added the Acked-by and pushed them back to my raft9 branch. _

Re: [ovs-dev] [PATCH 13/13] json: New function json_object_put_format().

2017-10-09 Thread Ben Pfaff
On Mon, Oct 09, 2017 at 04:08:54PM -0400, Russell Bryant wrote: > On Fri, Oct 6, 2017 at 8:44 PM, Ben Pfaff wrote: > > This will acquire users in an upcoming commit. > > > > Signed-off-by: Ben Pfaff > > --- > > include/openvswitch/json.h | 6 +- > > lib/json.c | 12 +

Re: [ovs-dev] [PATCH 13/13] json: New function json_object_put_format().

2017-10-09 Thread Russell Bryant
On Fri, Oct 6, 2017 at 8:44 PM, Ben Pfaff wrote: > This will acquire users in an upcoming commit. > > Signed-off-by: Ben Pfaff > --- > include/openvswitch/json.h | 6 +- > lib/json.c | 12 > 2 files changed, 17 insertions(+), 1 deletion(-) Acked-by: Russell Bry

[ovs-dev] [PATCH 13/13] json: New function json_object_put_format().

2017-10-06 Thread Ben Pfaff
This will acquire users in an upcoming commit. Signed-off-by: Ben Pfaff --- include/openvswitch/json.h | 6 +- lib/json.c | 12 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/include/openvswitch/json.h b/include/openvswitch/json.h index edf53e594