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 9ece35a commit 094de78Copy full SHA for 094de78
storage/cache.hpp
@@ -122,7 +122,7 @@ class NHTFlowCache : TelemetryUtils, public StoragePlugin
122
std::string m_ctt_device;
123
unsigned m_ctt_comp_index;
124
CttController m_ctt_controller;
125
- std::unordered_map<size_t, size_t> m_hashes_in_ctt;
+ std::unordered_map<size_t, int> m_hashes_in_ctt;
126
#endif /* WITH_CTT */
127
128
void try_to_fill_ports_to_fragmented_packet(Packet& packet);
0 commit comments