mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Update deprecated ValManager::GetCount usages
This commit is contained in:
parent
0ddac4abcf
commit
93f4c5871b
89 changed files with 830 additions and 844 deletions
|
@ -117,7 +117,7 @@ function Broker::publish%(topic: string, ...%): bool
|
|||
function Broker::__flush_logs%(%): count
|
||||
%{
|
||||
auto rval = broker_mgr->FlushLogBuffers();
|
||||
return val_mgr->GetCount(static_cast<uint64_t>(rval));
|
||||
return val_mgr->Count(static_cast<uint64_t>(rval));
|
||||
%}
|
||||
|
||||
function Broker::__publish_id%(topic: string, id: string%): bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue