mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Move Flare/Pipe from the bro namespace to zeek::detail
This commit is contained in:
parent
60ed29c3b6
commit
4a1b39a2be
9 changed files with 18 additions and 19 deletions
|
@ -338,7 +338,7 @@ private:
|
|||
bool child_sent_finish; // Child thread asked to be finished.
|
||||
bool failed; // Set to true when a command failed.
|
||||
|
||||
bro::Flare flare;
|
||||
zeek::detail::Flare flare;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue