mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-16 02:37:25 +00:00
Reworks flow scripts deadlines
This commit is contained in:
parent
2a3bef9d6c
commit
2abb8cfde5
14 changed files with 148 additions and 113 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue