Skip to content

Commit

Permalink
Refactor cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Zadamsa committed Dec 21, 2024
1 parent e5b7a46 commit 22e3a7b
Show file tree
Hide file tree
Showing 13 changed files with 864 additions and 751 deletions.
8 changes: 8 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@ ipfixprobe_storage_src=\
storage/fragmentationCache/fragmentationCache.cpp \
storage/cache.cpp \
storage/cache.hpp \
storage/cacheOptParser.hpp \
storage/cacheOptParser.cpp \
storage/flowRecord.hpp \
storage/flowRecord.cpp \
storage/cttController.hpp \
storage/cttController.cpp \
storage/cacheRowSpan.hpp \
storage/cacheRowSpan.cpp \
storage/xxhash.c \
storage/xxhash.h

Expand Down
1 change: 1 addition & 0 deletions include/ipfixprobe/packet.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

#ifndef IPXP_PACKET_HPP
#define IPXP_PACKET_HPP
//#define WITH_CTT 1 // TODO REMOVE

#include <stdint.h>
#include <stdlib.h>
Expand Down
Loading

0 comments on commit 22e3a7b

Please sign in to comment.