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 c02f192 commit 9ece35aCopy full SHA for 9ece35a
storage/cache.cpp
@@ -184,6 +184,7 @@ void NHTFlowCache::finish()
184
if (m_flow_table[i]->is_in_ctt && !m_flow_table[i]->is_waiting_for_export) {
185
send_export_request_to_ctt(m_flow_table[i]->m_flow.flow_hash_ctt);
186
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;
188
if (m_hashes_in_ctt[m_flow_table[i]->m_flow.flow_hash_ctt] < 0)
189
{
190
throw "bad ctt record";
0 commit comments