Refactors {flow,host}callbacks into {flow,host}checks (C++)

This commit is contained in:
Simone Mainardi 2021-06-16 15:27:38 +02:00
parent cf50f4e0e7
commit 40f5c4e821
216 changed files with 895 additions and 898 deletions

View file

@ -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