mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 05:28: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
|
@ -283,7 +283,7 @@ void net_run()
|
|||
ready.reserve(iosource_mgr->TotalSize());
|
||||
|
||||
while ( iosource_mgr->Size() ||
|
||||
(BifConst::exit_only_after_terminate && ! terminating) )
|
||||
(zeek::BifConst::exit_only_after_terminate && ! terminating) )
|
||||
{
|
||||
iosource_mgr->FindReadySources(&ready);
|
||||
|
||||
|
@ -314,8 +314,8 @@ void net_run()
|
|||
}
|
||||
}
|
||||
else if ( (have_pending_timers || communication_enabled ||
|
||||
BifConst::exit_only_after_terminate) &&
|
||||
! pseudo_realtime )
|
||||
zeek::BifConst::exit_only_after_terminate) &&
|
||||
! pseudo_realtime )
|
||||
{
|
||||
// Take advantage of the lull to get up to
|
||||
// date on timers and events. Because we only
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue