Skip to content

Commit a87d7ae

Browse files
committed
++ controller
1 parent 82ea4af commit a87d7ae

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

storage/cttController.hpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ class CttController {
6565

6666
~CttController() noexcept;
6767

68+
void remove_record_without_notification(uint64_t flow_hash_ctt);
69+
70+
void get_state(uint64_t flow_hash_ctt);
6871
private:
6972
std::unique_ptr<ctt::AsyncCommander> m_commander;
7073
size_t m_key_size_bytes;
@@ -91,7 +94,7 @@ class CttController {
9194
std::vector<std::byte> assemble_key(uint64_t flow_hash_ctt);
9295

9396
std::pair<std::vector<std::byte>, std::vector<std::byte>>
94-
get_key_and_state(uint64_t flow_hash_ctt, const Flow& flow, uint8_t dma_channel)
97+
get_key_and_state(uint64_t flow_hash_ctt, const Flow& flow, uint8_t dma_channel);
9598
};
9699

97100
} // ipxp

0 commit comments

Comments
 (0)