mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 00:58:19 +00:00
Move Stats and related classes to zeek::detail
This commit is contained in:
parent
c9ab1f93e7
commit
fdcb2760b2
12 changed files with 75 additions and 41 deletions
|
@ -160,7 +160,7 @@ void EventMgr::Drain()
|
|||
if ( event_queue_flush_point )
|
||||
Enqueue(event_queue_flush_point, zeek::Args{});
|
||||
|
||||
SegmentProfiler prof(segment_logger, "draining-events");
|
||||
zeek::detail::SegmentProfiler prof(zeek::detail::segment_logger, "draining-events");
|
||||
|
||||
PLUGIN_HOOK_VOID(HOOK_DRAIN_EVENTS, HookDrainEvents());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue