summaryrefslogtreecommitdiffstats
path: root/src/latency.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/latency.cpp')
-rw-r--r--src/latency.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/latency.cpp b/src/latency.cpp
index fd2a5b5a..acbe26d4 100644
--- a/src/latency.cpp
+++ b/src/latency.cpp
@@ -811,6 +811,11 @@ void CLatencyManager::start(int iter, TrexWatchDog *watchdog) {
m_rx_check_manager.tw_drain();
}
+ /* disable the monitor */
+ if (m_watchdog) {
+ m_watchdog->disable_monitor(m_watchdog_handle);
+ }
+
}
void CLatencyManager::stop(){