mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 03:58:20 +00:00
Remove deprecations tagged for v8.1
This commit is contained in:
parent
e4dab3dded
commit
d95affde4d
108 changed files with 113 additions and 2230 deletions
|
@ -48,7 +48,7 @@ std::pair<bool, zeek::ValPtr> Plugin::HookFunctionCall(const zeek::Func* func, z
|
|||
zeek::plugin::HookArgument(args).Describe(&d);
|
||||
fprintf(stderr, "%.6f %-15s %s\n", zeek::run_state::network_time, "| HookFunctionCall", d.Description());
|
||||
|
||||
if ( zeek::util::streq(func->Name(), "foo") ) {
|
||||
if ( func->GetName() == "foo" ) {
|
||||
auto& vl = *args;
|
||||
vl[0] = zeek::val_mgr->Count(42);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue