mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 20:18:20 +00:00
Rename BroObj to Obj
This commit is contained in:
parent
736a3f53d4
commit
02cef05f93
36 changed files with 105 additions and 103 deletions
|
@ -365,7 +365,7 @@ void Plugin::RequestEvent(EventHandlerPtr handler)
|
|||
plugin_mgr->RequestEvent(handler, this);
|
||||
}
|
||||
|
||||
void Plugin::RequestBroObjDtor(BroObj* obj)
|
||||
void Plugin::RequestBroObjDtor(Obj* obj)
|
||||
{
|
||||
plugin_mgr->RequestBroObjDtor(obj, this);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue