mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
parent
dbf1056a70
commit
d15e1c4e71
4 changed files with 12 additions and 17 deletions
|
|
@ -211,7 +211,7 @@ class GenericHashEntry {
|
|||
*
|
||||
*/
|
||||
virtual bool is_hash_entry_state_idle_transition_ready() const {
|
||||
return(true);
|
||||
return getUses() == 0 && is_active_entry_now_idle(MAX_HASH_ENTRY_IDLE);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue