mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
Beginning implementation of &on_change for tables.
This commit is contained in:
parent
f6a1a7053b
commit
bf31587c2c
7 changed files with 92 additions and 2 deletions
|
@ -933,6 +933,7 @@ protected:
|
|||
IterCookie* expire_cookie;
|
||||
PrefixTable* subnets;
|
||||
Val* def_val;
|
||||
Expr* change_func = nullptr;
|
||||
};
|
||||
|
||||
class RecordVal : public Val, public notifier::Modifiable {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue