]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Only build virDomainObjFormat if not building proxy.
authorChris Lalancette <clalance@redhat.com>
Wed, 24 Feb 2010 20:45:16 +0000 (15:45 -0500)
committerChris Lalancette <clalance@redhat.com>
Fri, 26 Feb 2010 13:46:17 +0000 (08:46 -0500)
commit1204e41f01cdefbb04220f78548f8063528f9cc8
tree02085c642be68413025a3f592f0c8edecab57329
parentf3439c7eae46681eacf5b469a6f0e22cb8fec1b4
Only build virDomainObjFormat if not building proxy.

While building under RHEL-5, I got a compile warning because
virDomainObjFormat was defined but not used.  That came about
because in RHEL-5 we build with "#define PROXY", and
virDomainObjFormat is only used with !PROXY.  Move the
define.

Signed-off-by: Chris Lalancette <clalance@redhat.com>
src/conf/domain_conf.c