Updates to the cluster controller scripts to fix the docs build

Mostly trivial changes, except for one aspect: if a module exports a record type
and that record bears Zeekygen comments, then redefs that add to the record in
another module cannot be private to that module. Zeekygen will complain with
"unknown target" errors, even when such redefs have Zeekygen comments. So this
commits also adds two export-blocks that aren't technically required at this point.
This commit is contained in:
Christian Kreibich 2022-02-09 12:26:42 -08:00
parent 41abf8f422
commit 3e0a86e3b3
5 changed files with 40 additions and 18 deletions

View file

@ -73,7 +73,7 @@ export {
##
## result: a :zeek:type`vector` of :zeek:see:`ClusterController::Types::Result`
## records. Each record covers one cluster instance. Each record's data
## member is a vector of :zeek:see:`ClusterController::Types::NodeState`
## member is a vector of :zeek:see:`ClusterController::Types::NodeStatus`
## records, covering the nodes at that instance. Results may also indicate
## failure, with error messages indicating what went wrong.
global get_nodes_response: event(reqid: string,