Skip to content

Commit

Permalink
gnrc_pktbuf: deprecate gnrc_pktbuf_duplicate_upto
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Nov 13, 2018
1 parent 8de5ba2 commit f2760c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sys/include/net/gnrc/pktbuf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
* @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] type The type of snip to stop duplication.
*
Expand Down

0 comments on commit f2760c0

Please sign in to comment.