fixup! EventMgr/zeek.bif/init-bare: Add event metadata infrastructure

This commit is contained in:
Arne Welzel 2025-05-16 16:59:25 +02:00
parent 3774e9e26d
commit d14b22d10f

View file

@ -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;
}; };