mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 12:08: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
|
@ -2,7 +2,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
namespace bro {
|
||||
namespace zeek::detail {
|
||||
|
||||
class Pipe {
|
||||
public:
|
||||
|
@ -136,4 +136,4 @@ private:
|
|||
bool swapped = false;
|
||||
};
|
||||
|
||||
} // namespace bro
|
||||
} // namespace zeek::detail
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue