(ProtobufCMessageInit) scf_line__init,
NULL,NULL,NULL /* reserved[123] */
};
-static const ProtobufCFieldDescriptor scf_epin__field_descriptors[6] =
+static const ProtobufCFieldDescriptor scf_epin__field_descriptors[7] =
{
{
"tos",
0,NULL,NULL /* reserved1,reserved2, etc */
},
{
- "flags",
+ "lid",
4,
PROTOBUF_C_LABEL_REQUIRED,
PROTOBUF_C_TYPE_UINT64,
0, /* quantifier_offset */
+ offsetof(ScfEpin, lid),
+ NULL,
+ NULL,
+ 0, /* flags */
+ 0,NULL,NULL /* reserved1,reserved2, etc */
+ },
+ {
+ "flags",
+ 5,
+ PROTOBUF_C_LABEL_REQUIRED,
+ PROTOBUF_C_TYPE_UINT64,
+ 0, /* quantifier_offset */
offsetof(ScfEpin, flags),
NULL,
NULL,
},
{
"x",
- 5,
+ 6,
PROTOBUF_C_LABEL_REQUIRED,
PROTOBUF_C_TYPE_UINT32,
0, /* quantifier_offset */
},
{
"y",
- 6,
+ 7,
PROTOBUF_C_LABEL_REQUIRED,
PROTOBUF_C_TYPE_UINT32,
0, /* quantifier_offset */
};
static const unsigned scf_epin__field_indices_by_name[] = {
2, /* field[2] = cid */
- 3, /* field[3] = flags */
+ 4, /* field[4] = flags */
1, /* field[1] = id */
+ 3, /* field[3] = lid */
0, /* field[0] = tos */
- 4, /* field[4] = x */
- 5, /* field[5] = y */
+ 5, /* field[5] = x */
+ 6, /* field[6] = y */
};
static const ProtobufCIntRange scf_epin__number_ranges[1 + 1] =
{
{ 1, 0 },
- { 0, 6 }
+ { 0, 7 }
};
const ProtobufCMessageDescriptor scf_epin__descriptor =
{
"ScfEpin",
"",
sizeof(ScfEpin),
- 6,
+ 7,
scf_epin__field_descriptors,
scf_epin__field_indices_by_name,
1, scf_epin__number_ranges,
uint64_t *tos;
uint64_t id;
uint64_t cid;
+ uint64_t lid;
uint64_t flags;
uint32_t x;
uint32_t y;
};
#define SCF_EPIN__INIT \
{ PROTOBUF_C_MESSAGE_INIT (&scf_epin__descriptor) \
- , 0,NULL, 0, 0, 0, 0, 0 }
+ , 0,NULL, 0, 0, 0, 0, 0, 0 }
struct _ScfEconn