From 8bf43a630f8c7a6d028fa1c322685d1ee2d11fb1 Mon Sep 17 00:00:00 2001 From: Mykola F <37578614+mykolaf@users.noreply.github.com> Date: Tue, 21 May 2019 20:09:13 +0300 Subject: [PATCH] [flex couter] add RIF counter check to isEmpty (#459) Signed-off-by: Mykola Faryma --- syncd/syncd_flex_counter.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/syncd/syncd_flex_counter.cpp b/syncd/syncd_flex_counter.cpp index 34c803cd8782..605b05da6d97 100644 --- a/syncd/syncd_flex_counter.cpp +++ b/syncd/syncd_flex_counter.cpp @@ -677,6 +677,7 @@ bool FlexCounter::isEmpty() m_priorityGroupPlugins.empty() && m_queueCounterIdsMap.empty() && m_portCounterIdsMap.empty() && + m_rifCounterIdsMap.empty() && m_queueAttrIdsMap.empty() && m_queuePlugins.empty() && m_portPlugins.empty();