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 82ea4af commit a87d7aeCopy full SHA for a87d7ae
storage/cttController.hpp
@@ -65,6 +65,9 @@ class CttController {
65
66
~CttController() noexcept;
67
68
+ void remove_record_without_notification(uint64_t flow_hash_ctt);
69
+
70
+ void get_state(uint64_t flow_hash_ctt);
71
private:
72
std::unique_ptr<ctt::AsyncCommander> m_commander;
73
size_t m_key_size_bytes;
@@ -91,7 +94,7 @@ class CttController {
91
94
std::vector<std::byte> assemble_key(uint64_t flow_hash_ctt);
92
95
93
96
std::pair<std::vector<std::byte>, std::vector<std::byte>>
- 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);
98
};
99
100
} // ipxp
0 commit comments