Merge pull request #7691 from miri64/gnrc_ipv6_nib/fix/doc-fix-pl

gnrc_ipv6_nib_pl: doc: add comment about changes during iteration
This commit is contained in:
Cenk Gündoğan 2017-10-06 21:52:59 +02:00 committed by GitHub
commit 3ddfee0ad6

View File

@ -114,6 +114,8 @@ void gnrc_ipv6_nib_pl_del(unsigned iface,
* }
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*
* @note The list may change during iteration.
*
* @return true, if iteration can be continued.
* @return false, if @p ple is the last prefix list ple in the NIB.
*/