mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 13:38:19 +00:00
send events when input entries change
This commit is contained in:
parent
b5a77aa77b
commit
4845c3a9a6
5 changed files with 133 additions and 14 deletions
|
@ -174,6 +174,13 @@ enum Reader %{
|
|||
READER_ASCII,
|
||||
%}
|
||||
|
||||
enum Event %{
|
||||
EVENT_NEW,
|
||||
EVENT_CHANGED,
|
||||
EVENT_REMOVED,
|
||||
%}
|
||||
|
||||
|
||||
enum ID %{
|
||||
Unknown,
|
||||
%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue