mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Refactors {flow,host}callbacks into {flow,host}checks (C++)
This commit is contained in:
parent
cf50f4e0e7
commit
40f5c4e821
216 changed files with 895 additions and 898 deletions
|
|
@ -977,8 +977,8 @@ local function saveConfigset(configset)
|
|||
ntop.reloadPeriodicScripts()
|
||||
|
||||
-- Reload flow and host callbacks executed in C++
|
||||
ntop.reloadFlowCallbacks()
|
||||
ntop.reloadHostCallbacks()
|
||||
ntop.reloadFlowChecks()
|
||||
ntop.reloadHostChecks()
|
||||
|
||||
return true
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue