mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 02:58:20 +00:00
Move all plugin classes into zeek::plugin::detail namespaces
This commit is contained in:
parent
106a92a9a8
commit
6b60a20360
63 changed files with 125 additions and 226 deletions
|
@ -10,7 +10,7 @@
|
|||
#include "Desc.h"
|
||||
#include "zlib.h"
|
||||
|
||||
namespace zeek::plugin::Zeek_AsciiWriter { class Plugin; }
|
||||
namespace zeek::plugin::detail::Zeek_AsciiWriter { class Plugin; }
|
||||
|
||||
namespace zeek::logging::writer::detail {
|
||||
|
||||
|
@ -37,7 +37,7 @@ protected:
|
|||
bool DoHeartbeat(double network_time, double current_time) override;
|
||||
|
||||
private:
|
||||
friend class plugin::Zeek_AsciiWriter::Plugin;
|
||||
friend class zeek::plugin::detail::Zeek_AsciiWriter::Plugin;
|
||||
|
||||
static void RotateLeftoverLogs();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue