mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
Deprecate names in BifConst, replace with zeek::BifConst
Some Val* types are also replaced with IntrusivePtr at the new location
This commit is contained in:
parent
eedeb07550
commit
0db5c920f2
39 changed files with 120 additions and 106 deletions
|
@ -115,7 +115,7 @@ void Manager::FindReadySources(std::vector<IOSource*>* ready)
|
|||
|
||||
// If there aren't any sources and exit_only_after_terminate is false, just
|
||||
// return an empty set of sources. We want the main loop to end.
|
||||
if ( Size() == 0 && ( ! BifConst::exit_only_after_terminate || terminating ) )
|
||||
if ( Size() == 0 && ( ! zeek::BifConst::exit_only_after_terminate || terminating ) )
|
||||
return;
|
||||
|
||||
double timeout = -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue