mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Update now-broken Broker API usages
Related to the changes from https://github.com/zeek/broker/pull/38
This commit is contained in:
parent
dbf5d5fc95
commit
ee00483ee6
6 changed files with 15 additions and 5 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue