mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
GH-1768: Properly cleanup existing log stream when recreated on with the same ID
This commit is contained in:
parent
e7412e257f
commit
d50dade24c
2 changed files with 11 additions and 2 deletions
|
@ -299,6 +299,8 @@ private:
|
|||
bool CompareFields(const Filter* filter, const WriterFrontend* writer);
|
||||
bool CheckFilterWriterConflict(const WriterInfo* winfo, const Filter* filter);
|
||||
|
||||
bool RemoveStream(unsigned int idx);
|
||||
|
||||
std::vector<Stream*> streams; // Indexed by stream enum.
|
||||
int rotations_pending; // Number of rotations not yet finished.
|
||||
FuncPtr rotation_format_func;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue