mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 18:48:20 +00:00
broker integration: add remote events
This commit is contained in:
parent
1e462481dc
commit
7e563b7275
7 changed files with 800 additions and 2 deletions
|
@ -10,4 +10,13 @@ export {
|
|||
peers: bool &default = T;
|
||||
unsolicited: bool &default = F;
|
||||
};
|
||||
|
||||
type Data: record {
|
||||
d: opaque of Comm::Data &optional;
|
||||
};
|
||||
|
||||
type EventArgs: record {
|
||||
name: string &optional; # nil for invalid event/args.
|
||||
args: vector of Comm::Data;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue