Skip to content

Commit 12d8dc1

Browse files
committed
++ cachr
1 parent e50ea8b commit 12d8dc1

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
@@ -286,6 +286,7 @@ void NHTFlowCache::create_record(const Packet& packet, size_t flow_index, size_t
286286
m_flow_table[flow_index]->m_flow.flow_hash_ctt = packet.cttmeta.flow_hash;
287287
if (only_metadata_required(m_flow_table[flow_index]->m_flow)) {
288288
m_hashes_in_ctt[m_flow_table[flow_index]->m_flow.flow_hash_ctt]++;
289+
auto x = m_hashes_in_ctt[m_flow_table[flow_index]->m_flow.flow_hash_ctt];
289290
m_ctt_controller.create_record(m_flow_table[flow_index]->m_flow.flow_hash_ctt, m_flow_table[flow_index]->m_flow.time_first);
290291
m_flow_table[flow_index]->is_in_ctt = true;
291292
}

0 commit comments

Comments
 (0)