mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Make storage events take a tag for the backend instead of a string
This commit is contained in:
parent
989e4adf90
commit
32ae8f4eaa
15 changed files with 39 additions and 38 deletions
|
@ -137,7 +137,7 @@ std::unique_lock<std::mutex> conditionally_lock(bool condition, std::mutex& mute
|
|||
|
||||
namespace zeek::storage::backend::redis {
|
||||
|
||||
storage::BackendPtr Redis::Instantiate(std::string_view tag) { return make_intrusive<Redis>(tag); }
|
||||
storage::BackendPtr Redis::Instantiate() { return make_intrusive<Redis>(); }
|
||||
|
||||
/**
|
||||
* Called by the manager system to open the backend.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue