mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
fixup! EventMgr/zeek.bif/init-bare: Add event metadata infrastructure
This commit is contained in:
parent
3774e9e26d
commit
d14b22d10f
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ namespace detail {
|
||||||
*/
|
*/
|
||||||
struct MetadataDescriptor {
|
struct MetadataDescriptor {
|
||||||
zeek_uint_t id;
|
zeek_uint_t id;
|
||||||
EnumValPtr enum_val;
|
EnumValPtr id_val;
|
||||||
TypePtr type;
|
TypePtr type;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue