mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
init-bare/zeek-setup: Add Cluster::backend const &redef
This commit is contained in:
parent
68a391d767
commit
c7c96610e3
2 changed files with 28 additions and 0 deletions
|
@ -5753,6 +5753,9 @@ export {
|
|||
module Cluster;
|
||||
export {
|
||||
type Cluster::Pool: record {};
|
||||
|
||||
## Cluster backend to use. Default is the broker backend.
|
||||
const backend = Cluster::CLUSTER_BACKEND_BROKER &redef;
|
||||
}
|
||||
|
||||
module Weird;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue