Uses rework

This commit is contained in:
lucaderi 2020-07-22 00:21:02 +02:00
parent f6c0d4b6ca
commit 13a67443fa
5 changed files with 16 additions and 7 deletions

View file

@ -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 */