]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Factor out setting of metadata to simplify code
authorPeter Krempa <pkrempa@redhat.com>
Fri, 6 Sep 2013 14:38:55 +0000 (16:38 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 17 Sep 2013 07:42:49 +0000 (09:42 +0200)
commite9cb66f14e19935db16938ebdf1e407103b4de1e
tree0dc8808f9fc768987726d60d219d831dd891665b
parentf87a7c67de946f941fddde44d5959baaac6c7de4
conf: Factor out setting of metadata to simplify code

The code to set the metadata in a domain definition is common to live
and inactive domains. Factor it out into a common func.
src/conf/domain_conf.c