mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16: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
|
@ -6,7 +6,7 @@
|
|||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
|
||||
using namespace bro;
|
||||
using namespace zeek::detail;
|
||||
|
||||
Flare::Flare()
|
||||
: pipe(FD_CLOEXEC, FD_CLOEXEC, O_NONBLOCK, O_NONBLOCK)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue