mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
broker integration: Comm::Data/Store::Handle opaque serialization
For now, this is needed when locally cloning Vals. E.g. "when" statements will clone an entire frame and data store queries use "when" statements, so it's likely there will be locals of these opaque types that get cloned.
This commit is contained in:
parent
441c46df76
commit
bb9e6583e0
7 changed files with 130 additions and 12 deletions
|
@ -113,6 +113,8 @@ SERIAL_VAL(TOPK_VAL, 20)
|
|||
SERIAL_VAL(BLOOMFILTER_VAL, 21)
|
||||
SERIAL_VAL(CARDINALITY_VAL, 22)
|
||||
SERIAL_VAL(X509_VAL, 23)
|
||||
SERIAL_VAL(COMM_STORE_HANDLE_VAL, 24)
|
||||
SERIAL_VAL(COMM_DATA_VAL, 25)
|
||||
|
||||
#define SERIAL_EXPR(name, val) SERIAL_CONST(name, val, EXPR)
|
||||
SERIAL_EXPR(EXPR, 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue