Skip to content

Commit 0361e4c

Browse files
committed
++ cache
1 parent ddd6abe commit 0361e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/cache.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ void NHTFlowCache::prefetch_export_expired() const
605605
}
606606
}
607607
#ifdef WITH_CTT
608-
void NHTFlowCache::set_ctt_config(const std::string& device_name, unsigned comp_index) override;
608+
void NHTFlowCache::set_ctt_config(const std::string& device_name, unsigned comp_index)
609609
{
610610
m_ctt_device = device_name;
611611
m_ctt_comp_index = comp_index;

0 commit comments

Comments
 (0)