mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-10 00:02:24 +03:00
fdr/teddy: switch over remaining smart ptrs
This commit is contained in:
committed by
Matthew Barr
parent
aebbd4f169
commit
57cd2331f5
@@ -70,9 +70,9 @@ std::pair<aligned_unique_ptr<u8>, size_t>
|
||||
setupFDRFloodControl(const std::vector<hwlmLiteral> &lits,
|
||||
const EngineDescription &eng);
|
||||
|
||||
std::pair<u8 *, size_t>
|
||||
std::pair<aligned_unique_ptr<u8>, size_t>
|
||||
fdrBuildTableStreaming(const std::vector<hwlmLiteral> &lits,
|
||||
hwlmStreamingControl *stream_control);
|
||||
hwlmStreamingControl &stream_control);
|
||||
|
||||
static constexpr u32 HINT_INVALID = 0xffffffff;
|
||||
|
||||
|
Reference in New Issue
Block a user