mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
BrokerStore<->Zeek table: adopt to recent Zeek API changes
This commit is contained in:
parent
e1a45d33e0
commit
41dd7df69a
6 changed files with 20 additions and 21 deletions
|
@ -1058,7 +1058,7 @@ protected:
|
|||
enum OnChangeType { ELEMENT_NEW, ELEMENT_CHANGED, ELEMENT_REMOVED, ELEMENT_EXPIRED };
|
||||
|
||||
// Calls &change_func.
|
||||
void CallChangeFunc(const Val* index, const ValPtr& old_value,
|
||||
void CallChangeFunc(const ValPtr& index, const ValPtr& old_value,
|
||||
OnChangeType tpe);
|
||||
|
||||
// Sends data on to backing Broker Store
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue