Re: [libvirt] [PATCH 03/12] util: json: make value object creator universal by supporting adding

2015-01-29 Thread Michal Privoznik
On 28.01.2015 11:30, Peter Krempa wrote: > To allow constructing of value objects stepwise explode the helper into > separate steps and allow appending into existing value objects. > --- > src/libvirt_private.syms | 2 ++ > src/util/virjson.c | 74 > +++-

[libvirt] [PATCH 03/12] util: json: make value object creator universal by supporting adding

2015-01-28 Thread Peter Krempa
To allow constructing of value objects stepwise explode the helper into separate steps and allow appending into existing value objects. --- src/libvirt_private.syms | 2 ++ src/util/virjson.c | 74 +++- src/util/virjson.h | 5 3 files