This commit is contained in:
Alfredo Cardigliano 2019-12-27 15:22:59 +01:00
parent 72ddef5b93
commit 8caed2a438
2 changed files with 8 additions and 1 deletions

View file

@ -2539,7 +2539,8 @@ end
-- ##############################################
-- Global function
-- Check for alerts pushed by the datapath to an internal queue (from C).
-- Check for alerts pushed by the datapath to an internal queue (from C)
-- and store them (push them to the SQLite and Notification queues).
-- NOTE: this is executed in a system VM, with no interfaces references
function checkStoreAlertsFromC(deadline)
if(not areAlertsEnabled()) then
@ -2571,6 +2572,7 @@ end
-- ##############################################
-- Check for alerts in the notification queue and process them.
-- NOTE: this is executed in a system VM, with no interfaces references
function processAlertNotifications(now, periodic_frequency, force_export)
if(not areAlertsEnabled()) then