adding &is_set attributes to base scripts so -u output isn't cluttered

This commit is contained in:
Vern Paxson 2021-01-23 10:55:27 -08:00
parent 2f0d02c878
commit 0d77b474e6
8 changed files with 8 additions and 8 deletions

View file

@ -87,7 +87,7 @@ function add_pending_cmd(pc: PendingCmds, cmd: string, arg: string): CmdArg
# response code and message.
function get_pending_cmd(pc: PendingCmds, reply_code: count, reply_msg: string): CmdArg
{
local best_match: CmdArg;
local best_match: CmdArg &is_set; # &is_set for $ts field
local best_seq = 0;
local best_score: int = -1;