Skip to content
Snippets Groups Projects
Unverified Commit 83ca890e authored by Martine Lenders's avatar Martine Lenders Committed by GitHub
Browse files

Merge pull request #10339 from miri64/gnrc_pktbuf/cleanup/rm-duplicate-upto

gnrc_pktbuf: deprecate gnrc_pktbuf_duplicate_upto
parents 8de5ba27 f2760c03
No related branches found
No related tags found
No related merge requests found
...@@ -285,6 +285,11 @@ gnrc_pktsnip_t *gnrc_pktbuf_reverse_snips(gnrc_pktsnip_t *pkt); ...@@ -285,6 +285,11 @@ gnrc_pktsnip_t *gnrc_pktbuf_reverse_snips(gnrc_pktsnip_t *pkt);
* *
* The original snip is keeped as is except `users` decremented. * The original snip is keeped as is except `users` decremented.
* *
* @deprecated This function breaks the abstraction of `gnrc_pktbuf` and its
* only user within the RIOT code base `gnrc_ipv6_ext` is going to
* be reworked so it isn't needed anymore.
* It will be removed after the 2019.04 release.
*
* @param[in,out] pkt The snip to duplicate. * @param[in,out] pkt The snip to duplicate.
* @param[in] type The type of snip to stop duplication. * @param[in] type The type of snip to stop duplication.
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment