Support basic serialization of opaque.

This commit is contained in:
Matthias Vallentin 2012-12-04 21:44:28 -10:00
parent aba8275346
commit fa9aeeaaf1
3 changed files with 23 additions and 23 deletions

View file

@ -179,6 +179,7 @@ SERIAL_TYPE(SUBNET_TYPE, 8)
SERIAL_TYPE(FILE_TYPE, 9)
SERIAL_TYPE(ENUM_TYPE, 10)
SERIAL_TYPE(VECTOR_TYPE, 11)
SERIAL_TYPE(OPAQUE_TYPE, 12)
SERIAL_CONST2(ATTRIBUTES)
SERIAL_CONST2(EVENT_HANDLER)