mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
Bump pre-commit hooks
This commit is contained in:
parent
6d272038fe
commit
b9eabbabba
11 changed files with 28 additions and 28 deletions
|
@ -1067,10 +1067,10 @@ protected:
|
|||
enum OnChangeType : uint8_t { ELEMENT_NEW, ELEMENT_CHANGED, ELEMENT_REMOVED, ELEMENT_EXPIRED };
|
||||
|
||||
// Calls &change_func.
|
||||
void CallChangeFunc(const ValPtr& index, const ValPtr& old_value, OnChangeType tpe);
|
||||
void CallChangeFunc(const ValPtr& index, const ValPtr& old_value, OnChangeType type);
|
||||
|
||||
// Sends data on to backing Broker Store
|
||||
void SendToStore(const Val* index, const TableEntryVal* new_entry_val, OnChangeType tpe);
|
||||
void SendToStore(const Val* index, const TableEntryVal* new_entry_val, OnChangeType type);
|
||||
|
||||
unsigned int ComputeFootprint(std::unordered_set<const Val*>* analyzed_vals) const override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue