]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: json: Make argument of virJSONValueArraySize const
authorPeter Krempa <pkrempa@redhat.com>
Thu, 15 Jan 2015 13:40:48 +0000 (14:40 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 23 Jan 2015 12:18:04 +0000 (13:18 +0100)
commit60e4e5783d4163d5007f1e0af6f45c8cbb4a3ddb
tree0f01fce51a569f6ec46c43dcf40e4136c9101044
parent165c34778bcb4cdc74846338c0224cba4f8cafc2
util: json: Make argument of virJSONValueArraySize const

The function doesn't allow to modify the array in any way, thus the
argument can be const.
src/util/virjson.c
src/util/virjson.h