mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Fixed the "identifier is not exported" error.
This commit is contained in:
parent
9af6c183d2
commit
9602e6e2f3
1 changed files with 4 additions and 2 deletions
|
@ -5,8 +5,10 @@
|
|||
|
||||
module Notice;
|
||||
|
||||
# Define the event used to transport notices on the cluster.
|
||||
global cluster_notice: event(n: Notice::Info);
|
||||
export {
|
||||
## This is the event used to transport notices on the cluster.
|
||||
global cluster_notice: event(n: Notice::Info);
|
||||
}
|
||||
|
||||
redef Cluster::manager2worker_events += /Notice::begin_suppression/;
|
||||
redef Cluster::worker2manager_events += /Notice::cluster_notice/;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue