mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +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
|
@ -2030,8 +2030,8 @@ function record_fields%(rec: any%): record_field_table
|
|||
## get_timer_stats
|
||||
function do_profiling%(%) : any
|
||||
%{
|
||||
if ( profiling_logger )
|
||||
profiling_logger->Log();
|
||||
if ( zeek::detail::profiling_logger )
|
||||
zeek::detail::profiling_logger->Log();
|
||||
|
||||
return nullptr;
|
||||
%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue