mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
broker: Deprecate NodeID(), use SetNodeId()
This commit is contained in:
parent
bfb033622f
commit
cb243e2d28
3 changed files with 4 additions and 2 deletions
|
@ -418,6 +418,8 @@ void Manager::DoInitPostScript() {
|
|||
|
||||
bstate->subscriber.add_topic(broker::topic::store_events(), true);
|
||||
|
||||
SetNodeId(broker::to_string(bstate->endpoint.node_id()));
|
||||
|
||||
InitializeBrokerStoreForwarding();
|
||||
|
||||
num_peers_metric =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue