mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
Support basic serialization of opaque.
This commit is contained in:
parent
aba8275346
commit
fa9aeeaaf1
3 changed files with 23 additions and 23 deletions
|
@ -512,10 +512,9 @@ public:
|
|||
protected:
|
||||
OpaqueType() { }
|
||||
|
||||
// TODO: Serialization semantics not yet defined.
|
||||
//DECLARE_SERIAL(OpaqueType)
|
||||
DECLARE_SERIAL(OpaqueType)
|
||||
|
||||
const string name;
|
||||
string name;
|
||||
};
|
||||
|
||||
class EnumType : public BroType {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue