mirror of
https://github.com/ntop/ntopng.git
synced 2026-06-01 22:42:06 +00:00
Compilation fix
This commit is contained in:
parent
6fbc01b28e
commit
44a9d65f24
1 changed files with 5 additions and 1 deletions
|
|
@ -5412,7 +5412,11 @@ void NetworkInterface::lua(lua_State *vm) {
|
|||
void NetworkInterface::lua_hash_tables_stats(lua_State *vm) {
|
||||
GenericHash *gh[] = {flows_hash, hosts_hash, macs_hash,
|
||||
vlans_hash, ases_hash, countries_hash,
|
||||
arp_hash_matrix, aggregated_flows_hash};
|
||||
arp_hash_matrix
|
||||
#ifdef NTOPNG_PRO
|
||||
,aggregated_flows_hash
|
||||
#endif
|
||||
};
|
||||
|
||||
lua_newtable(vm);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue