1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/net/routing
Cenk Gündoğan 42d0fe3f78 rpl: removing unnecessary recv_mutex
In the main function of RPL (rpl_process thread)
a mutex is used after receiving a message via msg_recv.
However, this mutex is never used in another thread and thus is rendered
obsolete.
2014-12-05 16:31:41 +01:00
..
aodvv2 debug: removed superfluous additional debug flag 2014-12-03 22:59:14 +01:00
rpl rpl: removing unnecessary recv_mutex 2014-12-05 16:31:41 +01:00
etx_beaconing.c Introduction of RPL non-storing mode. 2014-11-27 21:42:40 +01:00
Makefile Introduction of RPL non-storing mode. 2014-11-27 21:42:40 +01:00