mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00
broker integration: add remote printing
This commit is contained in:
parent
0daa954ddb
commit
1e462481dc
5 changed files with 158 additions and 10 deletions
|
@ -4,4 +4,10 @@ module Comm;
|
|||
export {
|
||||
|
||||
const endpoint_name = "" &redef;
|
||||
|
||||
type SendFlags: record {
|
||||
self: bool &default = F;
|
||||
peers: bool &default = T;
|
||||
unsolicited: bool &default = F;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue