]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: bitmap: Make bitmaps const in virBitmapNewData and virBitmapDataToString
authorPeter Krempa <pkrempa@redhat.com>
Thu, 29 Sep 2016 10:56:58 +0000 (12:56 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 12 Oct 2016 15:29:07 +0000 (17:29 +0200)
commit3507af63ae5f0f6891ee68b36bc3878f7e1538f1
treed0c685f1b9d45b88d0d72196b99ad2478cbffeb9
parent2273bbd4573dc44a7650c5517f9c0bf2b8f0bc80
util: bitmap: Make bitmaps const in virBitmapNewData and virBitmapDataToString

The functions just read the passed pointer so it can be marked as const.
src/util/virbitmap.c
src/util/virbitmap.h