mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Flow dump code rework
This commit is contained in:
parent
7c60d03e03
commit
6cd3ebcc3b
4 changed files with 113 additions and 97 deletions
|
|
@ -831,7 +831,7 @@ class NetworkInterface : public AlertableEntity {
|
|||
void updateFlowPeriodicity(Flow *f);
|
||||
#endif
|
||||
|
||||
|
||||
inline void incNumQueueDroppedFlows(u_int32_t num) { if(db) db->incNumQueueDroppedFlows(num); };
|
||||
};
|
||||
|
||||
#endif /* _NETWORK_INTERFACE_H_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue