mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-19 07:43:01 +00:00
Uses rework
This commit is contained in:
parent
f6c0d4b6ca
commit
13a67443fa
5 changed files with 16 additions and 7 deletions
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
GenericHashEntry::GenericHashEntry(NetworkInterface *_iface) {
|
||||
hash_next = NULL, iface = _iface, first_seen = last_seen = 0;
|
||||
num_inc_uses = num_dec_uses = 0;
|
||||
num_uses = 0;
|
||||
hash_table = NULL;
|
||||
|
||||
hash_entry_state = hash_entry_state_active; /* Default for all but Flow */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue