Reworks flow scripts deadlines

This commit is contained in:
Simone Mainardi 2019-12-27 20:50:53 +01:00
parent 2a3bef9d6c
commit 2abb8cfde5
14 changed files with 148 additions and 113 deletions

View file

@ -95,7 +95,7 @@ bool GenericHashEntry::is_hash_entry_state_idle_transition_possible() const {
/* ***************************************** */
void GenericHashEntry::periodic_hash_entry_state_update(void *user_data, bool quick, bool skip_user_scripts) {
void GenericHashEntry::periodic_hash_entry_state_update(void *user_data, bool skip_user_scripts) {
if(get_state() == hash_entry_state_idle) {
if(!idle() && !ntop->getGlobals()->isShutdown()) {
/* This should never happen */