mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 02:58:20 +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
|
@ -241,7 +241,7 @@ public:
|
|||
/**
|
||||
* Bidirectional pipes that allow the Supervisor and Stem to talk.
|
||||
*/
|
||||
std::unique_ptr<bro::PipePair> pipe;
|
||||
std::unique_ptr<zeek::detail::PipePair> pipe;
|
||||
/**
|
||||
* The Stem's parent process ID (i.e. PID of the Supervisor).
|
||||
*/
|
||||
|
@ -382,9 +382,9 @@ private:
|
|||
|
||||
Config config;
|
||||
pid_t stem_pid;
|
||||
std::unique_ptr<bro::PipePair> stem_pipe;
|
||||
std::unique_ptr<zeek::detail::PipePair> stem_pipe;
|
||||
int last_signal = -1;
|
||||
bro::Flare signal_flare;
|
||||
zeek::detail::Flare signal_flare;
|
||||
NodeMap nodes;
|
||||
std::string msg_buffer;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue