mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge branch 'topic/christian/remove-supervisednode-initcluster-decl'
* topic/christian/remove-supervisednode-initcluster-decl: Remove unused SupervisedNode::InitCluster declaration
This commit is contained in:
commit
073aad9241
3 changed files with 5 additions and 12 deletions
4
CHANGES
4
CHANGES
|
@ -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
|
7.2.0-dev.135 | 2025-02-03 17:50:31 +0100
|
||||||
|
|
||||||
* QUIC/decrypt_crypto: Rename all_data to data (Arne Welzel, Corelight)
|
* QUIC/decrypt_crypto: Rename all_data to data (Arne Welzel, Corelight)
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
7.2.0-dev.135
|
7.2.0-dev.137
|
||||||
|
|
|
@ -367,17 +367,6 @@ struct SupervisorStemHandle {
|
||||||
* State which defines a Supervised Zeek node's understanding of itself.
|
* State which defines a Supervised Zeek node's understanding of itself.
|
||||||
*/
|
*/
|
||||||
struct SupervisedNode {
|
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.
|
* Initialize the Supervised node.
|
||||||
* @param options the Zeek options to extend/modify as appropriate
|
* @param options the Zeek options to extend/modify as appropriate
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue