mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 05:28:20 +00:00
Rename the BrokerComm namespace to Broker
This commit is contained in:
parent
8650841bf5
commit
9f5c820c7b
84 changed files with 1039 additions and 1039 deletions
|
@ -53,7 +53,7 @@ inline RecordVal* query_result()
|
|||
{
|
||||
auto rval = new RecordVal(BifType::Record::BrokerStore::QueryResult);
|
||||
rval->Assign(0, query_status(false));
|
||||
rval->Assign(1, new RecordVal(BifType::Record::BrokerComm::Data));
|
||||
rval->Assign(1, new RecordVal(BifType::Record::Broker::Data));
|
||||
return rval;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue