Move Stats and related classes to zeek::detail

This commit is contained in:
Tim Wojtulewicz 2020-07-21 17:18:21 -07:00
parent c9ab1f93e7
commit fdcb2760b2
12 changed files with 75 additions and 41 deletions

View file

@ -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;
%}