diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-02-24 11:10:02 +0000 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-02-24 11:12:55 +0000 |
commit | 5c0c41e87ed5d1a2de7d336465c3beb3987a299f (patch) | |
tree | 7ac1dcf406354f489c095664739a3a15d754601d /src/low-can-binding.hpp | |
parent | ec6579686e46f39205547a5a54efe3c9e671aee8 (diff) |
Remove socket read management by systemd event
loop and use classic thread with a blocking
read
Change-Id: Iac5428009b57c727bb32bd4893bc3fe282ba35c7
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src/low-can-binding.hpp')
-rw-r--r-- | src/low-can-binding.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/low-can-binding.hpp b/src/low-can-binding.hpp index 11df1f4..b2b544f 100644 --- a/src/low-can-binding.hpp +++ b/src/low-can-binding.hpp @@ -23,7 +23,4 @@ extern "C" struct afb_binding_interface; -extern const struct afb_binding_interface *binder_interface; - -extern std::condition_variable new_can_frame; -extern std::mutex can_frame_mutex;
\ No newline at end of file +extern const struct afb_binding_interface *binder_interface;
\ No newline at end of file |