mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Merge branch 'dev' of https://github.com/ntop/ntopng into dev
This commit is contained in:
commit
aa908c97cf
20 changed files with 66 additions and 139 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue