
7 Feb
2008
7 Feb
'08
4:40 a.m.
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.