Hi Andrei, On Fri, Sep 27, 2013 at 10:12 AM, Andrei Emeltchenko <Andrei.Emeltchenko.news@xxxxxxxxx> wrote: > +struct bt_adapter { > + int refcnt; > + > + uint16_t dev_id; > + struct mgmt *mgmt; > + bdaddr_t bdaddr; > + uint32_t dev_class; > + > + char *name; > + char *short_name; > + > + uint32_t supported_settings; > + uint32_t current_settings; > + > + GList *found_devices; Why are you using GList instead of GSList above? > +}; > + > +extern GList *adapter_list; Same here. Best Regards, -- Anderson Lizardo Instituto Nokia de Tecnologia - INdT Manaus - Brazil -- 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