mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 05:28:20 +00:00
interface documentation.
to a big part stolen from the logging framework
This commit is contained in:
parent
a850cc5992
commit
84883348ec
6 changed files with 350 additions and 32 deletions
|
@ -185,4 +185,10 @@ enum ID %{
|
|||
Unknown,
|
||||
%}
|
||||
|
||||
enum Mode %{
|
||||
MANUAL,
|
||||
REREAD,
|
||||
STREAM,
|
||||
%}
|
||||
|
||||
module GLOBAL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue