mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +00:00
Compilation fix
This commit is contained in:
parent
5832d6ad5d
commit
032a90db4f
1 changed files with 2 additions and 0 deletions
|
|
@ -1358,7 +1358,9 @@ public:
|
|||
static bool compute_info_flow_stats(GenericHashEntry *node, void *user_data,
|
||||
bool *matched);
|
||||
|
||||
#ifndef HAVE_NEDGE
|
||||
inline u_int8_t getNumProfiles() { return (flow_profiles) ? flow_profiles->getNumProfiles() : 0; }
|
||||
#endif
|
||||
#endif
|
||||
void getActiveMacs(lua_State *vm);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue