mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 20:18:20 +00:00
Use type aliases for IntrusivePtr definitions
This commit is contained in:
parent
f6a251cdac
commit
ec9eff0bd5
180 changed files with 2026 additions and 1893 deletions
|
@ -375,7 +375,7 @@ int Plugin::HookLoadFile(const LoadType type, const std::string& file, const std
|
|||
return -1;
|
||||
}
|
||||
|
||||
std::pair<bool, zeek::IntrusivePtr<Val>>
|
||||
std::pair<bool, ValPtr>
|
||||
Plugin::HookFunctionCall(const Func* func, Frame* parent,
|
||||
zeek::Args* args)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue