mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 20:18:20 +00:00
Remove all fully-deprecated files
This commit is contained in:
parent
a8d28df569
commit
7e9d89db0a
12 changed files with 5 additions and 155 deletions
|
@ -35,7 +35,7 @@ EOF
|
|||
cat >src/foo.bif <<EOF
|
||||
function hello_plugin_world%(%): string
|
||||
%{
|
||||
return new StringVal("Hello from the plugin!");
|
||||
return zeek::make_intrusive<zeek::StringVal>("Hello from the plugin!");
|
||||
%}
|
||||
|
||||
event plugin_event%(foo: count%);
|
||||
|
@ -44,4 +44,3 @@ EOF
|
|||
cat >activate.zeek <<EOF
|
||||
@load-plugin Demo::Foo
|
||||
EOF
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue