From: Romain Forlot Date: Thu, 22 Jun 2017 14:37:30 +0000 (+0200) Subject: Add some reminder... X-Git-Tag: Renesas_delivery_Q2~1 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=9e129509b7a02ea2369cda157a91728ad32fe05e;p=apps%2Flow-level-can-service.git Add some reminder... Change-Id: Ifb81989c39f31f73ce7dc7dcbebfc6039f6a6a47 Signed-off-by: Romain Forlot --- 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;