1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net
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
..
ccn_lite ccn-lite: use always ccnl_malloc 2014-11-11 21:51:52 +01:00
crosslayer debug: removed superfluous additional debug flag 2014-12-03 22:59:14 +01:00
include rpl: removing unnecessary recv_mutex 2014-12-05 16:31:41 +01:00
link_layer debug: removed superfluous additional debug flag 2014-12-03 22:59:14 +01:00
network_layer/sixlowpan vtimer: set custom msg_t.type with vtimer_set_msg 2014-12-09 10:07:26 +01:00
routing rpl: removing unnecessary recv_mutex 2014-12-05 16:31:41 +01:00
transport_layer Merge pull request #2117 from OlegHahm/doxygen_eliminate_warnings 2014-12-04 17:18:42 +01:00
doc.txt fix license headers in non-.c files 2014-08-23 16:16:26 +02:00