mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +00:00
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:
parent
41abf8f422
commit
3e0a86e3b3
5 changed files with 40 additions and 18 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue