Skip to content

Commit 094de78

Browse files
committed
++ cache
1 parent 9ece35a commit 094de78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/cache.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class NHTFlowCache : TelemetryUtils, public StoragePlugin
122122
std::string m_ctt_device;
123123
unsigned m_ctt_comp_index;
124124
CttController m_ctt_controller;
125-
std::unordered_map<size_t, size_t> m_hashes_in_ctt;
125+
std::unordered_map<size_t, int> m_hashes_in_ctt;
126126
#endif /* WITH_CTT */
127127

128128
void try_to_fill_ports_to_fragmented_packet(Packet& packet);

0 commit comments

Comments
 (0)