diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-22 17:58:12 +0000 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-23 14:42:43 +0100 |
commit | 429fa417e5822b33b41d35f7d3d590327c145adf (patch) | |
tree | b1f43863650f14ca485edb44d629660362c2402c /src | |
parent | 7a014d3b795401a2a728398dea8b06dcb931c119 (diff) |
Comments.
Point to branch v1.0 instead of master
Change-Id: I70b6b0e35dbbdd78840fda893c6028b2e3975afc
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src')
-rw-r--r-- | src/diagnostic/diagnostic-manager.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/diagnostic/diagnostic-manager.cpp b/src/diagnostic/diagnostic-manager.cpp index fcfd1994..d236160b 100644 --- a/src/diagnostic/diagnostic-manager.cpp +++ b/src/diagnostic/diagnostic-manager.cpp @@ -411,7 +411,8 @@ bool diagnostic_manager_t::conflicting(active_diagnostic_request_t* request, act } -/// @brief Returns true if there are no other active requests to the same arbitration ID. +/// @brief Returns true if there are no other active requests to the same arbitration ID +/// and if there aren't more than 8 requests in flight at the same time. bool diagnostic_manager_t::clear_to_send(active_diagnostic_request_t* request) const { int total_in_flight = 0; |