mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
Merge branch 'topic/robin/dynamic-plugins-2.3' into topic/robin/pktsrc
This commit is contained in:
commit
191b63e334
279 changed files with 10030 additions and 1258 deletions
|
@ -31,24 +31,11 @@ public:
|
|||
*/
|
||||
~Component();
|
||||
|
||||
/**
|
||||
* XXX
|
||||
*/
|
||||
virtual const char* Name() const { return name.c_str(); }
|
||||
|
||||
/**
|
||||
* Generates a human-readable description of the component. This goes
|
||||
* into the output of \c "bro -NN".
|
||||
*/
|
||||
virtual void Describe(ODesc* d) const;
|
||||
|
||||
Component& operator=(const Component& other);
|
||||
|
||||
protected:
|
||||
/**
|
||||
* XXXX
|
||||
*/
|
||||
Component(plugin::component::Type type, const std::string& name);
|
||||
|
||||
private:
|
||||
std::string name;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue