We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd6abe commit 0361e4cCopy full SHA for 0361e4c
storage/cache.cpp
@@ -605,7 +605,7 @@ void NHTFlowCache::prefetch_export_expired() const
605
}
606
607
#ifdef WITH_CTT
608
-void NHTFlowCache::set_ctt_config(const std::string& device_name, unsigned comp_index) override;
+void NHTFlowCache::set_ctt_config(const std::string& device_name, unsigned comp_index)
609
{
610
m_ctt_device = device_name;
611
m_ctt_comp_index = comp_index;
0 commit comments