mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Split sync/async handling into the BIF methods
This commit is contained in:
parent
c247de8ec3
commit
e766af7322
8 changed files with 260 additions and 181 deletions
|
@ -13,7 +13,7 @@ namespace btest::storage::backend {
|
|||
*/
|
||||
class StorageDummy : public zeek::storage::Backend {
|
||||
public:
|
||||
StorageDummy(std::string_view tag) : Backend(false, tag) {}
|
||||
StorageDummy(std::string_view tag) : Backend(zeek::storage::SupportedModes::SYNC, tag) {}
|
||||
~StorageDummy() override = default;
|
||||
|
||||
static zeek::storage::BackendPtr Instantiate(std::string_view tag);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue