On Wed, Dec 16, 2009 at 12:04:01AM +0100, Jiri Denemark wrote: > > Signed-off-by: Jiri Denemark <jdenemar@xxxxxxxxxx> > --- > src/driver.h | 5 +++++ > 1 files changed, 5 insertions(+), 0 deletions(-) > > diff --git a/src/driver.h b/src/driver.h > index 09ce8e2..c9177fa 100644 > --- a/src/driver.h > +++ b/src/driver.h > @@ -349,6 +349,10 @@ typedef int > typedef int > (*virDrvDomainIsPersistent)(virDomainPtr dom); > > +typedef int > + (*virDrvCPUCompare)(virConnectPtr conn, > + const char *cpu); > + > /** > * _virDriver: > * > @@ -435,6 +439,7 @@ struct _virDriver { > virDrvConnectIsSecure isSecure; > virDrvDomainIsActive domainIsActive; > virDrvDomainIsPersistent domainIsPersistent; > + virDrvCPUCompare cpuCompare; > }; > > typedef int ACK, unless we push the flags there too at this point, Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ daniel@xxxxxxxxxxxx | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/ -- Libvir-list mailing list Libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list