-
Notifications
You must be signed in to change notification settings - Fork 2.1k
netdev: unify msg type macro with msg type macros in netapi #2427
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
Conversation
9d043d4
to
1aa3d16
Compare
1aa3d16
to
451f1e4
Compare
451f1e4
to
7fec83c
Compare
Rebased to #2428 |
@@ -121,8 +121,8 @@ typedef struct { | |||
* @return -EOVERFLOW if available space in *value* given in | |||
* *value_len* is too small to store the option value | |||
*/ | |||
int (*get)(ng_netdev_t *dev, ng_netconf_opt_t opt, | |||
void *value, size_t *value_len); |
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.
acutally I purposely put value and value_len in the same row, as they kind of belong together...
#2428 is merged. You could consider my comment on the line break changes, but anyhow: ACK when rebased. |
also adjusted #2426 to cope with this PR |
01a8d9e
to
15a6e20
Compare
Considered comment and waiting for Travis… don't understand why I need to rebase. |
Me neither. |
Kicked Travis… for the third time… |
netdev: unify msg type macro with msg type macros in netapi
No description provided.