gnrc_ipv6_nib_pl: doc: add comment about changes during iteration

This commit is contained in:
Martine Lenders 2017-10-06 21:44:50 +02:00
parent ae3beb613e
commit 786768eb29

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.
*/