[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
> -----Original Message----- > From: Ian Campbell > Sent: 26 October 2012 12:37 > To: Thanos Makatos > Cc: xen-devel@xxxxxxxxxxxxxxxxxxx > Subject: 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? This piece of code is present in (almost) all blktap2 (the github one) files, I seems related to autoconf/automake. I'll remove 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 |