mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 01:58:20 +00:00
BrokerStore<->Zeek table - introdude &backend attribute
The &backend attribute allows for a much more convenient way of interacting with brokerstores. One does not need to create a broker store anymore - instead all of this is done internally. The current state of this partially works. This should work fine for persistence - but clones are currently not yet correctly attached.
This commit is contained in:
parent
43d2289754
commit
318a72c303
10 changed files with 187 additions and 3 deletions
|
@ -1030,6 +1030,8 @@ public:
|
|||
// on zeek::RecordTypes.
|
||||
static void DoneParsing();
|
||||
|
||||
void SetBrokerStore(const std::string& store) { broker_store = store; }
|
||||
|
||||
protected:
|
||||
void Init(IntrusivePtr<zeek::TableType> t);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue