mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00
Adding missing method implementation.
This commit is contained in:
parent
1c71832db1
commit
cd5409de34
1 changed files with 1 additions and 0 deletions
|
@ -501,6 +501,7 @@ void Manager::RequestEvent(EventHandlerPtr handler, Plugin* plugin)
|
|||
|
||||
void Manager::RequestBroObjDtor(BroObj* obj, Plugin* plugin)
|
||||
{
|
||||
obj->NotifyPluginsOnDtor();
|
||||
}
|
||||
|
||||
int Manager::HookLoadFile(const string& file)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue