mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Move IntrusivePtr and utility methods to the zeek namespace
This commit is contained in:
parent
4668378d91
commit
9364e6a5b7
255 changed files with 3761 additions and 3730 deletions
|
@ -616,7 +616,7 @@ int Manager::HookLoadFile(const Plugin::LoadType type, const string& file, const
|
|||
return rc;
|
||||
}
|
||||
|
||||
std::pair<bool, IntrusivePtr<Val>>
|
||||
std::pair<bool, zeek::IntrusivePtr<Val>>
|
||||
Manager::HookCallFunction(const Func* func, Frame* parent,
|
||||
zeek::Args* vecargs) const
|
||||
{
|
||||
|
@ -638,7 +638,7 @@ Manager::HookCallFunction(const Func* func, Frame* parent,
|
|||
|
||||
hook_list* l = hooks[zeek::plugin::HOOK_CALL_FUNCTION];
|
||||
|
||||
std::pair<bool, IntrusivePtr<Val>> rval{false, nullptr};
|
||||
std::pair<bool, zeek::IntrusivePtr<Val>> rval{false, nullptr};
|
||||
|
||||
if ( l )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue