On 04/08/2014 09:37 AM, Daniel P. Berrange wrote: > The 'virDomainNetType' is unused in every impl of the > virNWFilterRuleCreateInstance driver method. Remove it > from the code to avoid the dependancy on the external > enum. > > Signed-off-by: Daniel P. Berrange <[email protected]> > ---
> +++ b/src/nwfilter/nwfilter_tech_driver.h
> @@ -44,10 +44,7 @@ struct _virNWFilterRuleInst {
> typedef int (*virNWFilterTechDrvInit)(bool privileged);
> typedef void (*virNWFilterTechDrvShutdown)(void);
>
> -enum virDomainNetType;
> -
Ah, this answers my question from 1/26 :)
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
-- libvir-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/libvir-list
