mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 01:58:20 +00:00
deprecation messages for unused base script functions
This commit is contained in:
parent
a120bcd7d7
commit
07cf5cb089
9 changed files with 17 additions and 16 deletions
|
@ -6,9 +6,10 @@
|
|||
|
||||
module Intel;
|
||||
|
||||
# Internal events for cluster data distribution.
|
||||
global insert_item: event(item: Item);
|
||||
global insert_indicator: event(item: Item);
|
||||
# Internal events for cluster data distribution. Marked as &is_used since
|
||||
# they're communicated via Broker.
|
||||
global insert_item: event(item: Item) &is_used;
|
||||
global insert_indicator: event(item: Item) &is_used;
|
||||
|
||||
# If this process is not a manager process, we don't want the full metadata.
|
||||
@if ( Cluster::local_node_type() != Cluster::MANAGER )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue