mirror of
https://github.com/ntop/ntopng.git
synced 2026-06-02 07:03:13 +00:00
Compilation fix
This commit is contained in:
parent
e61f6d02df
commit
cc5bb700bc
1 changed files with 2 additions and 0 deletions
|
|
@ -399,6 +399,7 @@ void NetworkInterface::aggregatePartialFlow(const struct timeval *tv, Flow *flow
|
|||
}
|
||||
}
|
||||
|
||||
#ifdef NTOPNG_PRO
|
||||
if(aggregatedFlow) {
|
||||
aggregatedFlow->sumFlowStats(flow,
|
||||
/* lastFlowAggregation will be decremented by one after the current periodic
|
||||
|
|
@ -421,6 +422,7 @@ void NetworkInterface::aggregatePartialFlow(const struct timeval *tv, Flow *flow
|
|||
aggregated_flows_hash->getCurrentSize());
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue