]> xenbits.xensource.com Git - libvirt.git/commit
libvirt: Move config getters to util
authorErik Skultety <eskultet@redhat.com>
Mon, 12 Oct 2015 14:09:53 +0000 (16:09 +0200)
committerErik Skultety <eskultet@redhat.com>
Mon, 30 Nov 2015 08:36:19 +0000 (09:36 +0100)
commitc4bdff191b8ded6b986c1c38422dede2027e5107
tree4654cb6e9ec7c5cc54f120066515ab6182aca9b4
parent48cd3dfa668e5033b02dd029c2e6de558a3c4583
libvirt: Move config getters to util

virConnectGetConfig and virConnectGetConfigPath were static libvirt
methods, merely because there hasn't been any need for having them
internally exported yet. Since libvirt-admin also needs to reference
its config file, 'xGetConfig' should be exported.
Besides moving, this patch also renames the methods accordingly,
as they are libvirt config specific.
src/libvirt.c
src/libvirt_private.syms
src/util/virconf.c
src/util/virconf.h