mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-19 16:13:43 +00:00
Generalizes hosts/flows periodic stats update
This commit is contained in:
parent
a8875949da
commit
2d0b9e005a
7 changed files with 63 additions and 58 deletions
|
|
@ -107,6 +107,11 @@ void GenericHashEntry::periodic_hash_entry_state_update(void *user_data, bool qu
|
|||
|
||||
/* ***************************************** */
|
||||
|
||||
void GenericHashEntry::periodic_stats_update(void *user_data, bool quick) {
|
||||
}
|
||||
|
||||
/* ***************************************** */
|
||||
|
||||
bool GenericHashEntry::idle() const {
|
||||
return(get_state() > hash_entry_state_active);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue