]> git.proxmox.com Git - mirror_iproute2.git/commit - lib/json_writer.c
json_writer: Removed automatic json-object type from the constructor
authorAnuradha Karuppiah <anuradhak@cumulusnetworks.com>
Wed, 22 Jun 2016 13:45:51 +0000 (06:45 -0700)
committerStephen Hemminger <shemming@brocade.com>
Wed, 20 Jul 2016 19:02:02 +0000 (12:02 -0700)
commitd721a14590bae641546fb61aa7e4a0e604e75106
tree01948ed3efc791d4cc6f1e044e4365ca14e55628
parent7a4559f67c8c4dcd6d8d361018ac239090713b69
json_writer: Removed automatic json-object type from the constructor

Top level can be any json type and can be created using
jsonw_start_object/jsonw_end_object etc.

Signed-off-by: Anuradha Karuppiah <anuradhak@cumulusnetworks.com>
lib/json_writer.c
misc/ifstat.c
misc/nstat.c