mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Initial VLANid rework
This commit is contained in:
parent
af75c2443c
commit
846d24c5e9
33 changed files with 178 additions and 143 deletions
|
|
@ -33,7 +33,7 @@ class HostHash : public GenericHash {
|
|||
HostHash(NetworkInterface *iface, u_int _num_hashes, u_int _max_hash_size);
|
||||
|
||||
/* Search for an host by IP and VLAN */
|
||||
Host* get(u_int16_t vlanId, IpAddress *key, bool is_inline_call);
|
||||
Host* get(VLANid vlanId, IpAddress *key, bool is_inline_call);
|
||||
|
||||
void incNumHTTPEntries();
|
||||
void decNumHTTPEntries();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue