mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +00:00
annotate base scripts with &is_used as needed
This commit is contained in:
parent
d9479c0502
commit
9b8ac44169
8 changed files with 18 additions and 17 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue