[Libvir] [Patch] Compilation cleanup

Atsushi SAKAI sakaia at jp.fujitsu.com
Thu Feb 7 09:44:29 UTC 2008


Hi, Mark

 Thank you for your suggestion.
Would you give me a pointer about your patch?

Thanks
Atsushi SAKAI

Mark McLoughlin <markmc at 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.
> 





More information about the libvir-list mailing list