Re: [libvirt] [PATCH 03/11] util: json: Introduce helper to prepend string into a virJSONValueObject

2019-07-08 Thread Ján Tomko
On Thu, Jul 04, 2019 at 04:26:27PM +0200, Peter Krempa wrote: Libvirt treats the JSON objects as lists thus the values appear in the order they were added. To avoid too much changes introduce a helper which allows to prepend a string which will allow to keep certain outputs in order.

[libvirt] [PATCH 03/11] util: json: Introduce helper to prepend string into a virJSONValueObject

2019-07-04 Thread Peter Krempa
Libvirt treats the JSON objects as lists thus the values appear in the order they were added. To avoid too much changes introduce a helper which allows to prepend a string which will allow to keep certain outputs in order. Signed-off-by: Peter Krempa --- src/libvirt_private.syms | 1 +