Hi, Mark
 Thank you for your suggestion.
Would you give me a pointer about your patch?
Thanks
Atsushi SAKAI
Mark McLoughlin <markmc(a)redhat.com> wrote:
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.