mirror of
https://github.com/ntop/ntopng.git
synced 2026-06-01 22:42:06 +00:00
Improve MUD prefs handling
Also implement a non-inline reloadPrefs Host method to avoid slowing down packet capture
This commit is contained in:
parent
3fcded57fa
commit
c3fa094e99
10 changed files with 129 additions and 9 deletions
|
|
@ -2971,6 +2971,7 @@ static bool update_hosts_stats(GenericHashEntry *node, void *user_data, bool *ma
|
|||
Host *host = (Host*)node;
|
||||
update_hosts_stats_user_data_t *update_hosts_stats_user_data = (update_hosts_stats_user_data_t*)user_data;
|
||||
|
||||
host->checkReloadPrefs();
|
||||
host->updateStats(update_hosts_stats_user_data);
|
||||
*matched = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue