|
VLink
2.0.0
A high-performance communication middleware
|
Bundled runtime schema metadata supplied at node creation. More...
#include <c_api.h>
Public Attributes | |
| const char * | ser |
| vlink_schema_t | schema |
Bundled runtime schema metadata supplied at node creation.
Mirrors the C++ pair of ser_type + schema_type so callers can configure both atomically before the underlying node is initialised. Both fields must either be provided together or left unset (ser == NULL / empty and schema == VLINK_SCHEMA_UNKNOWN).
| vlink_schema_t vlink_schema_info_t::schema |
Coarse schema family.
| const char* vlink_schema_info_t::ser |
Concrete type name / serialisation identifier, or NULL.