Merge branch 'topic/christian/remove-supervisednode-initcluster-decl'

* topic/christian/remove-supervisednode-initcluster-decl:
  Remove unused SupervisedNode::InitCluster declaration
This commit is contained in:
Christian Kreibich 2025-02-03 16:53:04 -08:00
commit 073aad9241
3 changed files with 5 additions and 12 deletions

View file

@ -1,3 +1,7 @@
7.2.0-dev.137 | 2025-02-03 16:53:04 -0800
* Remove unused SupervisedNode::InitCluster declaration (Christian Kreibich, Corelight)
7.2.0-dev.135 | 2025-02-03 17:50:31 +0100
* QUIC/decrypt_crypto: Rename all_data to data (Arne Welzel, Corelight)

View file

@ -1 +1 @@
7.2.0-dev.135
7.2.0-dev.137

View file

@ -367,17 +367,6 @@ struct SupervisorStemHandle {
* State which defines a Supervised Zeek node's understanding of itself.
*/
struct SupervisedNode {
/**
* Initialize the Supervised node within the Zeek Cluster Framework.
* This function populates the "Cluster::nodes" script-layer variable
* that otherwise is expected to be populated by a
* "cluster-layout.zeek" script in other context (e.g. ZeekCtl
* generates that cluster layout).
* @return true if the supervised node is using the Cluster Framework
* else false.
*/
bool InitCluster() const;
/**
* Initialize the Supervised node.
* @param options the Zeek options to extend/modify as appropriate