Skip to content

Commit c83aa93

Browse files
committed
++ cache
1 parent fcb2011 commit c83aa93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

storage/cache.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ void NHTFlowCache::try_to_add_flow_to_ctt(size_t flow_index) noexcept
300300
}
301301
if (only_metadata_required(m_flow_table[flow_index]->m_flow)) {
302302
m_hashes_in_ctt[m_flow_table[flow_index]->m_flow.flow_hash_ctt]++;
303+
auto x = m_hashes_in_ctt[m_flow_table[flow_index]->m_flow.flow_hash_ctt];
303304
m_ctt_controller.create_record(m_flow_table[flow_index]->m_flow.flow_hash_ctt, m_flow_table[flow_index]->m_flow.time_first);
304305
m_flow_table[flow_index]->is_in_ctt = true;
305306
}

0 commit comments

Comments
 (0)