mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 20:48:21 +00:00
Unify all of the Tag types into one type
- Remove tag types for each component type (analyzer, etc) - Add deprecated versions of the old types - Remove unnecessary tag element from templates for TaggedComponent and ComponentManager - Enable TaggedComponent to pass an EnumType when initializing Tag objects - Update some tests that are affected by the tag enum values changing order
This commit is contained in:
parent
4f9f46a0c4
commit
331161138a
46 changed files with 352 additions and 955 deletions
|
@ -179,7 +179,7 @@ Manager::AnalysisStream::AnalysisStream() : Manager::Stream::Stream(ANALYSIS_STR
|
|||
|
||||
Manager::AnalysisStream::~AnalysisStream() { }
|
||||
|
||||
Manager::Manager() : plugin::ComponentManager<input::Tag, input::Component>("Input", "Reader")
|
||||
Manager::Manager() : plugin::ComponentManager<input::Component>("Input", "Reader")
|
||||
{
|
||||
end_of_data = event_registry->Register("Input::end_of_data");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue