mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 17:00:10 +00:00
Cleanup
This commit is contained in:
parent
a0d6107db4
commit
6581ba7e8e
3 changed files with 14 additions and 12 deletions
|
|
@ -584,7 +584,7 @@ public:
|
|||
inline bool hasSeenExternalAlerts() const { return (has_external_alerts); }
|
||||
inline void setSeenExternalAlerts() { has_external_alerts = true; }
|
||||
virtual bool is_purge_idle_interface() { return (purge_idle_flows_hosts); };
|
||||
int dumpFlow(time_t when, Flow *f);
|
||||
int dumpFlow(Flow *f);
|
||||
bool getHostMinInfo(lua_State *vm, AddressTree *allowed_hosts, char *host_ip,
|
||||
u_int16_t vlan_id, bool only_ndpi_stats);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue