Fix: unsynchronization between queues.
authorRomain Forlot <romain.forlot@iot.bzh>
Thu, 2 Mar 2017 22:23:32 +0000 (23:23 +0100)
committerRomain Forlot <romain.forlot@iot.bzh>
Thu, 2 Mar 2017 22:23:32 +0000 (23:23 +0100)
commit87e9e640972e2833490b56c0a87897c7529b0f87
tree3413cbba13f46ef1ad73a8efd3c2de2fc57d6511
parent0961202bff0758ffdccf7bcd0dc9b721e20b2edb
Fix: unsynchronization between queues.
Ressources not enough protected with mutex, I extend
the scope of the lock to make sure that event flow go
through synchronously.

Change-Id: I77a80ab69eb768a211c537e0f33580379832a465
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
src/can-bus.cpp
src/can-bus.hpp
src/can-signals.cpp