mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Deprecate session manager's Done()
This commit is contained in:
parent
013dc2010f
commit
124f2a7d28
4 changed files with 8 additions and 6 deletions
|
@ -59,7 +59,8 @@ public:
|
|||
Manager();
|
||||
~Manager();
|
||||
|
||||
void Done(); // call to drain events before destructing
|
||||
[[deprecated("Remove in v8.1 - no functionality. Use Drain() and Clear().")]]
|
||||
void Done() {};
|
||||
|
||||
// Looks up the connection referred to by the given Val,
|
||||
// which should be a conn_id record. Returns nil if there's
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue