1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/network_layer/sixlowpan/border
Cenk Gündoğan 6ee5e737f9 vtimer: set custom msg_t.type with vtimer_set_msg
Currently, when using vtimer_set_msg the corresponding msg_t is filled
with the MSG_TIMER ("12345") type.
This approach makes it difficult to differentiate between incoming
messages via vtimer_set_msg.

In this PR I introduce another parameter for the vtimer_set_msg
function to specify a custom msg_t type.
2014-12-09 10:07:26 +01:00
..
border.c core: adapt to msg_try_send 2014-10-22 12:37:33 +02:00
border.h doc: removed superfluous (and broken) @file params 2014-11-30 21:52:54 +01:00
bordermultiplex.c Introduction of RPL non-storing mode. 2014-11-27 21:42:40 +01:00
bordermultiplex.h c++: sys: add extern C to header files 2014-11-08 20:09:55 +01:00
flowcontrol.c vtimer: set custom msg_t.type with vtimer_set_msg 2014-12-09 10:07:26 +01:00
flowcontrol.h c++: sys: add extern C to header files 2014-11-08 20:09:55 +01:00