[riot-commits] [RIOT-OS/RIOT] c3ba66: core: put more intelligence into `queue_msg()`
René Kijewski
kijewski at mi.fu-berlin.de
Fri Nov 7 18:47:55 CET 2014
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: c3ba66781d7ad4398fde2bde6eb6df40ceed2d94
https://github.com/RIOT-OS/RIOT/commit/c3ba66781d7ad4398fde2bde6eb6df40ceed2d94
Author: René Kijewski <rene.kijewski at fu-berlin.de>
Date: 2014-11-07 (Fri, 07 Nov 2014)
Changed paths:
M core/msg.c
Log Message:
-----------
core: put more intelligence into `queue_msg()`
Fixes #1942.
There were two instances were it was not checked the target thread has a
message queue before queuing the message.
This PR centralizes the check into `queue_msg()`.
Commit: 7830c86d45145d944686cabe84e9946c88cc06c2
https://github.com/RIOT-OS/RIOT/commit/7830c86d45145d944686cabe84e9946c88cc06c2
Author: René Kijewski <kijewski at mi.fu-berlin.de>
Date: 2014-11-07 (Fri, 07 Nov 2014)
Changed paths:
M core/msg.c
Log Message:
-----------
Merge pull request #1961 from Kijewski/issue-1942
core: put more intelligence into `queue_msg()`
Compare: https://github.com/RIOT-OS/RIOT/compare/d2516b9b95a4...7830c86d4514
More information about the commits
mailing list