mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
Rename broker-related namespaces.
c++ namespace "comm" -> bro_broker script module "Comm" -> BrokerComm script module "Store" -> BrokerStore
This commit is contained in:
parent
25a4d0ebed
commit
fa08083a92
65 changed files with 1142 additions and 1142 deletions
|
@ -322,7 +322,7 @@ void net_run()
|
|||
bool communication_enabled = using_communication;
|
||||
|
||||
#ifdef ENABLE_BROKER
|
||||
communication_enabled |= comm_mgr->Enabled();
|
||||
communication_enabled |= broker_mgr->Enabled();
|
||||
#endif
|
||||
|
||||
if ( src )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue