[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 11 of 16 RFC] blktap3: Provide empty implementation for the tap_ctl_list and tap_ctl_list_free functions
On Wed, 2012-10-24 at 18:02 +0100, Thanos Makatos wrote: > +#ifdef HAVE_CONFIG_H > +#include "config.h" > +#endif I think the presence of config.h will be statically determined, wont it? > + > +#include "tap-ctl.h" > + > +void tap_ctl_list_free(__attribute__((__unused__)) struct tqh_tap_list *list) > +{ > + return; > +} > + > +int tap_ctl_list(__attribute__((__unused__)) struct tqh_tap_list *list) > +{ > + return -ENOSYS; > +} > > _______________________________________________ > Xen-devel mailing list > Xen-devel@xxxxxxxxxxxxx > http://lists.xen.org/xen-devel _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |