mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Updated ts_custom_host_function() signature
This commit is contained in:
parent
b4ecc40bc1
commit
0febc0a631
1 changed files with 2 additions and 2 deletions
|
|
@ -798,7 +798,7 @@ end
|
|||
|
||||
-- ########################################################
|
||||
|
||||
function ts_custom_host_function(hostname, host_ts)
|
||||
function ts_custom_host_function(ifstats, hostname, host_ts)
|
||||
-- do nothing
|
||||
end
|
||||
|
||||
|
|
@ -870,7 +870,7 @@ function ts_dump.run_5min_dump(_ifname, ifstats, config, when, verbose)
|
|||
dumped_hosts[host_key] = true
|
||||
end
|
||||
|
||||
ts_custom_host_function(hostname, host_ts)
|
||||
ts_custom_host_function(ifstats, hostname, host_ts)
|
||||
|
||||
if((num_processed_hosts % 64) == 0) then
|
||||
if not ntop.isDeadlineApproaching() then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue