From 9e129509b7a02ea2369cda157a91728ad32fe05e Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 22 Jun 2017 16:37:30 +0200 Subject: [PATCH] Add some reminder... Change-Id: Ifb81989c39f31f73ce7dc7dcbebfc6039f6a6a47 Signed-off-by: Romain Forlot --- low-can-binding/binding/low-can-cb.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/low-can-binding/binding/low-can-cb.cpp b/low-can-binding/binding/low-can-cb.cpp index 97b6d20..824aa81 100644 --- a/low-can-binding/binding/low-can-cb.cpp +++ b/low-can-binding/binding/low-can-cb.cpp @@ -221,6 +221,7 @@ static int subscribe_unsubscribe_diagnostic_messages(struct afb_req request, boo return rets; } +// TODO: Create separate subscrition object if event_filter isn't the same. static int subscribe_unsubscribe_can_signals(struct afb_req request, bool subscribe, std::vector > can_signals, struct event_filter_t& event_filter, std::map >& s) { int rets = 0; -- 2.16.6