]> rtime.felk.cvut.cz Git - can-benchmark.git/commit
Commit fixing that threads not cleaning up after themselves.
authorMartin Hořeňovský <Martin.Horenovsky@gmail.com>
Wed, 21 Aug 2013 14:31:49 +0000 (16:31 +0200)
committerMartin Hořeňovský <Martin.Horenovsky@gmail.com>
Wed, 21 Aug 2013 14:31:49 +0000 (16:31 +0200)
commitb3c271b232e8f73e50efb422b844167550267024
tree93a46333e27adcb8275569da930ff2bef0e6b118
parent0c60e90bdf1a75402f9cc86eb300c5619dd895bc
Commit fixing that threads not cleaning up after themselves.

As it turns out, I forgot to uncomment lines detaching the GW threads, so that as they are cancelled they can automatically call clean up handlers.
This also fixes related bug, where messages sent to the board after the gw was activated and deactivated, are delivered once gw is activated again. (Unless the whole board was reset in the meantime.)
rtems/gw/cangw/gw.c