Skip to content

Commit 692a3a9

Browse files
committed
++ cache
1 parent cd0bc54 commit 692a3a9

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

storage/cache.cpp

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,11 @@
3939
#include <sys/time.h>
4040
#include <optional>
4141

42-
#include "cacheRowSpan.hpp"
4342
#include "xxhash.h"
4443
#include "fragmentationCache/timevalUtils.hpp"
4544

45+
#include "cacheRowSpan.cpp"
46+
4647
namespace ipxp {
4748

4849
__attribute__((constructor)) static void register_this_plugin()
@@ -136,10 +137,6 @@ void NHTFlowCache::init(const char *params)
136137
#endif /* WITH_CTT */
137138
}
138139

139-
#ifdef WITH_CTT
140-
void NHTFlowCache::set_ctt(const std::string& device_name, uint16_t queue_id) override {}
141-
#endif /* WITH_CTT */
142-
143140
void NHTFlowCache::close()
144141
{
145142
m_flows.clear();

0 commit comments

Comments
 (0)