]> git.ipfire.org Git - thirdparty/libvirt.git/commit
libxl: make libxlDomainFreeMem static
authorJim Fehlig <jfehlig@suse.com>
Wed, 11 Feb 2015 21:47:42 +0000 (14:47 -0700)
committerJim Fehlig <jfehlig@suse.com>
Tue, 24 Mar 2015 21:03:54 +0000 (15:03 -0600)
commit6728645a41b714488c1aa541f03883b0693899d1
tree157b11fe8e0fe816f0e7e8f309000158b57fefc0
parent1cca1d25a0d45e1d41777c8ce99f115f3d0d4f39
libxl: make libxlDomainFreeMem static

libxlDomainFreeMem() is only used in libxl_domain.c and thus should
be declared static.  While at it, change the signature to take a
libxl_ctx instead of libxlDomainObjPrivatePtr, since only the
libxl_ctx is needed.

Signed-off-by: Jim Fehlig <jfehlig@suse.com>
src/libxl/libxl_domain.c
src/libxl/libxl_domain.h