mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38: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
|
@ -41,9 +41,8 @@ static void describe_hook_args(const plugin::HookArgumentList& args, ODesc* d)
|
|||
}
|
||||
}
|
||||
|
||||
std::pair<bool, IntrusivePtr<Val>> Plugin::HookFunctionCall(const Func* func,
|
||||
Frame* frame,
|
||||
zeek::Args* args)
|
||||
std::pair<bool, zeek::IntrusivePtr<Val>> Plugin::HookFunctionCall(
|
||||
const Func* func, Frame* frame, zeek::Args* args)
|
||||
{
|
||||
ODesc d;
|
||||
d.SetShort();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue