Skip to content

Commit 9ece35a

Browse files
committed
++ cache
1 parent c02f192 commit 9ece35a

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
@@ -184,6 +184,7 @@ void NHTFlowCache::finish()
184184
if (m_flow_table[i]->is_in_ctt && !m_flow_table[i]->is_waiting_for_export) {
185185
send_export_request_to_ctt(m_flow_table[i]->m_flow.flow_hash_ctt);
186186
m_hashes_in_ctt[m_flow_table[i]->m_flow.flow_hash_ctt] -= 1;
187+
std::cout << m_hashes_in_ctt[m_flow_table[i]->m_flow.flow_hash_ctt] << std::endl;
187188
if (m_hashes_in_ctt[m_flow_table[i]->m_flow.flow_hash_ctt] < 0)
188189
{
189190
throw "bad ctt record";

0 commit comments

Comments
 (0)