Skip to content

Commit

Permalink
doc: mandatory netif snip for gnrc_ipv6 receive()
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegHahm committed Mar 29, 2016
1 parent 856e1ee commit f15e038
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sys/include/net/gnrc/ipv6.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
* The IPv6 control thread understands messages of type
*
* * @ref GNRC_NETAPI_MSG_TYPE_RCV, and
* * @ref GNRC_NETAPI_MSG_TYPE_SND,
* * @ref GNRC_NETAPI_MSG_TYPE_SND.
*
* If the message is of type @ref GNRC_NETAPI_MSG_TYPE_RCV the provided @ref
* gnrc_pktsnip_t must contain a snip of type @ref GNRC_NETTYPE_NETIF.
*
* @{
*
Expand Down

0 comments on commit f15e038

Please sign in to comment.