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
|
|
@ -31,7 +31,7 @@ class VLANHash : public GenericHash {
|
|||
public:
|
||||
VLANHash(NetworkInterface *iface, u_int _num_hashes, u_int _max_hash_size);
|
||||
|
||||
VLAN* get(u_int16_t vlan_id, bool is_inline_call);
|
||||
VLAN* get(VLANid vlan_id, bool is_inline_call);
|
||||
|
||||
#ifdef VLAN_DEBUG
|
||||
void printHash();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue