[riot-notifications] [RIOT-OS/RIOT] gnrc_pkt: port to list.h (#15342)
Martine Lenders
notifications at github.com
Tue Nov 3 13:03:53 CET 2020
@miri64 commented on this pull request.
> + list_node_t list = { .next = (list_node_t *)pkt };
+
+ list_add(&list, (list_node_t *)snip);
+ return (gnrc_pktsnip_t *)list.next;
Ok, done.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/15342#discussion_r516616881
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201103/073482d5/attachment.htm>
More information about the notifications
mailing list