gnrc_netreg: introduce helper macro/function for entry init#5524
gnrc_netreg: introduce helper macro/function for entry init#5524haukepetersen merged 2 commits intoRIOT-OS:masterfrom
Conversation
9d96d70 to
dcd92cd
Compare
|
Rebased to current master and squashed. |
|
Missed some instances of setting (hope the introduction of the patch to CCN-lite is alright, I don't want to wait for upstream). |
|
Rebased to current master. |
42cb275 to
3ecf91f
Compare
Sorry, should have looked at this earlier. Usually, the time to get things into CCN-lite upstream is less than < 1 week - particular if only the RIOT adapter is affected. However, a) I don't object a patch in general, but I would try to get rid of it ASAP again and b) I think we/I should seriously reconsider to move most of the CCN-lite RIOT adapter functionality into the RIOT repository. |
I prefer (b). That's similar to how I handled lwIP. |
|
@OlegHahm ping? |
|
Needed for #5772, so added to Release. |
|
looks, good, please squash and run Murdock |
3ecf91f to
dc45cd2
Compare
|
Done |
|
tested with |
|
It's just the squashing label... can we just merge to not wait another 3h? |
|
Yes, and go. |
This introduces a helper macro/function for
gnrc_netreg_entry_tinitialization, similar like the ones inmutex.h.This is a preparation step for
mbox(see #4919) integration into GNRC