init-bare/zeek-setup: Add Cluster::backend const &redef

This commit is contained in:
Arne Welzel 2024-11-13 16:05:43 +01:00
parent 68a391d767
commit c7c96610e3
2 changed files with 28 additions and 0 deletions

View file

@ -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;