-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nettype: introduce type for ng_netif_hdr_t #2706
Conversation
How about putting |
fine, reverted e4b01c7. |
@@ -37,6 +37,11 @@ extern "C" { | |||
* @note Expand at will. | |||
*/ | |||
typedef enum { | |||
/** | |||
* @brief Protocol is as defined in @ref ng_netif_hdr_t. Not usable with | |||
* @ref net_ng_netreg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
net_ng_netreg
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, the ng_netreg
module. You can't register to type NG_NETTYPE_NETIF
there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh dammit, of course... was slightly confused with the@ref here... never mind.
ACK |
3fc4e5d
to
70c1e4d
Compare
Squashed. |
Travis fails because there it can't rebase to master. Merge? |
The rebase was not possible due to reachability issues to github. Now everything is alright. => Go. |
nettype: introduce type for ng_netif_hdr_t
Introduces nettype for the
ng_netif_hdr_t
header.