annotate base scripts with &is_used as needed

This commit is contained in:
Vern Paxson 2022-05-05 11:13:13 -07:00 committed by Tim Wojtulewicz
parent d9479c0502
commit 9b8ac44169
8 changed files with 18 additions and 17 deletions

View file

@ -587,7 +587,7 @@ global filters: table[ID, string] of Filter;
module Log;
# Used internally by the log manager.
function __default_rotation_postprocessor(info: RotationInfo) : bool
function __default_rotation_postprocessor(info: RotationInfo) : bool &is_used
{
if ( info$writer in default_rotation_postprocessors )
return default_rotation_postprocessors[info$writer](info);