On Wed, 2012-01-25 at 14:16 +0200, Alok Barsode wrote:
> +               techless_device_list = g_slist_append(techless_device_list,
> +                                                               device);
> +

Plese use g_slist_prepend(), as it is a singly linked list and it takes
more time to travel to the end of the list to append something.


Cheers,
        Patrik


_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman

Reply via email to