mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 11:38:20 +00:00
Move input code to zeek namespaces
This commit is contained in:
parent
14408235b8
commit
9a800265ff
31 changed files with 227 additions and 162 deletions
|
@ -6,7 +6,7 @@
|
|||
#include "../Desc.h"
|
||||
#include "../util.h"
|
||||
|
||||
using namespace input;
|
||||
namespace zeek::input {
|
||||
|
||||
Component::Component(const std::string& name, factory_callback arg_factory)
|
||||
: zeek::plugin::Component(zeek::plugin::component::READER, name)
|
||||
|
@ -29,3 +29,5 @@ void Component::DoDescribe(zeek::ODesc* d) const
|
|||
d->Add("Input::READER_");
|
||||
d->Add(CanonicalName());
|
||||
}
|
||||
|
||||
} // namespace zeek::input
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue