[Libvir] [Patch] Compilation cleanup

Mark McLoughlin markmc at redhat.com
Thu Feb 7 09:40:25 UTC 2008


On Thu, 2008-02-07 at 16:40 +0900, Atsushi SAKAI wrote:
> -static int xenXMDomainAttachDevice(virDomainPtr domain, const char *xml);
> -static int xenXMDomainDetachDevice(virDomainPtr domain, const char *xml);
> +int xenXMDomainAttachDevice(virDomainPtr domain, const char *xml);
> +int xenXMDomainDetachDevice(virDomainPtr domain, const char *xml);

	These functions are only used in xm_internal.c, so it's best to keep
them static. See the patch I sent earlier.

Cheers,
Mark.




More information about the libvir-list mailing list