(ProtobufCMessageInit) scf_line__init,
NULL,NULL,NULL /* reserved[123] */
};
-static const ProtobufCFieldDescriptor scf_epin__field_descriptors[11] =
+static const ProtobufCFieldDescriptor scf_epin__field_descriptors[12] =
{
{
"id",
0, /* flags */
0,NULL,NULL /* reserved1,reserved2, etc */
},
+ {
+ "pflag",
+ 12,
+ PROTOBUF_C_LABEL_REQUIRED,
+ PROTOBUF_C_TYPE_BOOL,
+ 0, /* quantifier_offset */
+ offsetof(ScfEpin, pflag),
+ NULL,
+ NULL,
+ 0, /* flags */
+ 0,NULL,NULL /* reserved1,reserved2, etc */
+ },
};
static const unsigned scf_epin__field_indices_by_name[] = {
7, /* field[7] = A */
3, /* field[3] = flags */
0, /* field[0] = id */
2, /* field[2] = lid */
+ 11, /* field[11] = pflag */
4, /* field[4] = tos */
10, /* field[10] = vflag */
8, /* field[8] = x */
static const ProtobufCIntRange scf_epin__number_ranges[1 + 1] =
{
{ 1, 0 },
- { 0, 11 }
+ { 0, 12 }
};
const ProtobufCMessageDescriptor scf_epin__descriptor =
{
"ScfEpin",
"",
sizeof(ScfEpin),
- 11,
+ 12,
scf_epin__field_descriptors,
scf_epin__field_indices_by_name,
1, scf_epin__number_ranges,
int32_t x;
int32_t y;
protobuf_c_boolean vflag;
+ protobuf_c_boolean pflag;
};
#define SCF_EPIN__INIT \
{ PROTOBUF_C_MESSAGE_INIT (&scf_epin__descriptor) \
- , 0, 0, 0, 0, 0,NULL, 0, 0, 0, 0, 0, 0 }
+ , 0, 0, 0, 0, 0,NULL, 0, 0, 0, 0, 0, 0, 0 }
struct _ScfEconn