Rename broker-related namespaces.

c++ namespace "comm" -> bro_broker
script module "Comm" -> BrokerComm
script module "Store" -> BrokerStore
This commit is contained in:
Jon Siwek 2015-03-05 16:20:51 -06:00
parent 25a4d0ebed
commit fa08083a92
65 changed files with 1142 additions and 1142 deletions

View file

@ -844,7 +844,7 @@ bool Manager::Write(EnumVal* id, RecordVal* columns)
#ifdef ENABLE_BROKER
if ( stream->enable_remote &&
! comm_mgr->Log(id, columns, stream->columns, stream->remote_flags) )
! broker_mgr->Log(id, columns, stream->columns, stream->remote_flags) )
stream->enable_remote = false;
#endif