mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 01:58:20 +00:00
Move allocation of analyzer_hash to file_mgr
This commit is contained in:
parent
607d72f7b9
commit
743d7e96f5
4 changed files with 19 additions and 14 deletions
|
@ -14,11 +14,6 @@ namespace zeek
|
|||
class RecordVal;
|
||||
using RecordValPtr = IntrusivePtr<RecordVal>;
|
||||
|
||||
namespace detail
|
||||
{
|
||||
class CompositeHash;
|
||||
}
|
||||
|
||||
namespace file_analysis
|
||||
{
|
||||
|
||||
|
@ -143,7 +138,6 @@ protected:
|
|||
|
||||
private:
|
||||
File* file; /**< File which owns the set */
|
||||
zeek::detail::CompositeHash* analyzer_hash; /**< AnalyzerArgs hashes. */
|
||||
PDict<file_analysis::Analyzer> analyzer_map; /**< Indexed by AnalyzerArgs. */
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue