mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
9 lines
158 B
Text
9 lines
158 B
Text
@load ./main
|
|
@load ./input
|
|
|
|
# The cluster framework must be loaded first.
|
|
@load base/frameworks/cluster
|
|
|
|
@if ( Cluster::is_enabled() )
|
|
@load ./cluster
|
|
@endif
|