Update now-broken Broker API usages

Related to the changes from https://github.com/zeek/broker/pull/38
This commit is contained in:
Jon Siwek 2019-03-27 10:53:01 -07:00
parent dbf5d5fc95
commit ee00483ee6
6 changed files with 15 additions and 5 deletions

View file

@ -918,8 +918,8 @@ void Manager::Process()
{
had_input = true;
auto& topic = message.first;
auto& msg = message.second;
auto& topic = broker::get_topic(message);
auto& msg = broker::get_data(message);
try
{