mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
start support for annotation for log field types.
commit before rolling part of it back...
This commit is contained in:
parent
949ec6897a
commit
78b24da7e4
7 changed files with 28 additions and 6 deletions
|
@ -35,6 +35,7 @@ typedef enum {
|
|||
ATTR_GROUP,
|
||||
ATTR_LOG,
|
||||
ATTR_ERROR_HANDLER,
|
||||
ATTR_TYPE_COLUMN, // for input framework
|
||||
ATTR_TRACKED, // hidden attribute, tracked by NotifierRegistry
|
||||
#define NUM_ATTRS (int(ATTR_TRACKED) + 1)
|
||||
} attr_tag;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue