Merge branch 'dev' of https://github.com/ntop/ntopng into dev

This commit is contained in:
Luca 2019-10-11 11:41:29 +02:00
commit aa908c97cf
20 changed files with 66 additions and 139 deletions

View file

@ -418,7 +418,7 @@ class Flow : public GenericHashEntry {
/* Methods to handle the flow in-memory lifecycle */
void set_hash_entry_state_idle();
bool is_hash_entry_state_idle_transition_ready();
bool is_hash_entry_state_idle_transition_ready() const;
virtual void set_to_purge(time_t t);
bool is_acknowledged_to_purge() const;
void set_acknowledge_to_purge();