mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
parent
906993b006
commit
af02c76c8b
12 changed files with 273 additions and 268 deletions
|
|
@ -99,6 +99,11 @@ function callback_utils.getLocalHostsIterator(...)
|
|||
return getBatchedIterator(interface.getBatchedLocalHostsInfo, "hosts", { ... })
|
||||
end
|
||||
|
||||
-- A batched iterator over the remote hosts
|
||||
function callback_utils.getRemoteHostsIterator(...)
|
||||
return getBatchedIterator(interface.getBatchedRemoteHostsInfo, "hosts", { ... })
|
||||
end
|
||||
|
||||
-- A batched iterator over the hosts (both local and remote)
|
||||
function callback_utils.getHostsIterator(...)
|
||||
return getBatchedIterator(interface.getBatchedHostsInfo, "hosts", { ... })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue