1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/net/routing/rpl
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
..
rpl_nonstoring rpl: make unused parameter warning disappear 2014-12-05 14:16:11 +01:00
rpl_storing rpl: fix offset for transit buf 2014-12-05 13:45:22 +01:00
Makefile Introduction of RPL non-storing mode. 2014-11-27 21:42:40 +01:00
of0.c Introduction of RPL non-storing mode. 2014-11-27 21:42:40 +01:00
of0.h Introduction of RPL non-storing mode. 2014-11-27 21:42:40 +01:00
of_mrhof.c Introduction of RPL non-storing mode. 2014-11-27 21:42:40 +01:00
of_mrhof.h Introduction of RPL non-storing mode. 2014-11-27 21:42:40 +01:00
rpl_dodag.c Introduction of RPL non-storing mode. 2014-11-27 21:42:40 +01:00
rpl_of_manager.c Introduction of a of-manager for RPL. 2014-11-27 17:18:54 +01:00
rpl.c rpl: removing unnecessary recv_mutex 2014-12-05 16:31:41 +01:00
trickle.c Introduction of RPL non-storing mode. 2014-11-27 21:42:40 +01:00
trickle.h Introduction of RPL non-storing mode. 2014-11-27 21:42:40 +01:00