Flow dump code rework

This commit is contained in:
Luca Deri 2020-09-11 15:58:18 +02:00
parent 7c60d03e03
commit 6cd3ebcc3b
4 changed files with 113 additions and 97 deletions

View file

@ -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_ */