Hi Claudio, On Tue, Mar 22, 2011, Claudio Takahasi wrote: > --- > src/device.c | 2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) > > diff --git a/src/device.c b/src/device.c > index e9d9e65..5121064 100644 > --- a/src/device.c > +++ b/src/device.c > @@ -68,9 +68,7 @@ > #define GLOBAL_TRUST "[all]" > > struct btd_driver_data { > - guint id; > struct btd_device_driver *driver; > - void *priv; > }; Why is btd_driver_data needed at all if btd_device_driver is the only thing that it contains (i.e. why can't places pointing to btd_driver_data just point to btd_device_driver directly)? Johan -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html