mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 02:16:39 +00:00
Removes useless disablePurge and enablePurge
This commit is contained in:
parent
ef4f98a5a5
commit
94f894454c
4 changed files with 2 additions and 162 deletions
|
|
@ -251,8 +251,6 @@ class NetworkInterface : public Checkpointable {
|
|||
bool isNumber(const char *str);
|
||||
bool checkIdle();
|
||||
|
||||
void disablePurge(bool on_flows);
|
||||
void enablePurge(bool on_flows);
|
||||
void sumStats(TcpFlowStats *_tcpFlowStats, EthStats *_ethStats,
|
||||
LocalTrafficStats *_localStats, nDPIStats *_ndpiStats,
|
||||
PacketStats *_pktStats, TcpPacketStats *_tcpPacketStats);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue