diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-02-22 09:38:30 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-02-22 12:15:13 +0100 |
commit | cfd941effb1b2183f6d3f693496aadd45762523f (patch) | |
tree | 0d2f4ccfe90b166c55b828eba82698e3c1355f1f /src/low-can-binding.cpp | |
parent | 0658e683e23dacce2516ec2743cd53aabcee8fb8 (diff) |
Resolve circular header files inclusion
Change-Id: Ida3de058f1edd2892ebc858d1eb714471fd5f65c
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src/low-can-binding.cpp')
-rw-r--r-- | src/low-can-binding.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/low-can-binding.cpp b/src/low-can-binding.cpp index 4e58dd40..a3351445 100644 --- a/src/low-can-binding.cpp +++ b/src/low-can-binding.cpp @@ -118,7 +118,7 @@ static int subscribe_unsubscribe_name(struct afb_req request, bool subscribe, co else { openxc_DynamicField search_key = build_DynamicField(name); - sig = find_can_signals(search_key); + sig = find_can_signals(interface, search_key); if (sig.empty()) ret = 0; } |