0,NULL,NULL /* reserved1,reserved2, etc */
},
{
- "dfo",
+ "color",
5,
PROTOBUF_C_LABEL_REQUIRED,
PROTOBUF_C_TYPE_INT64,
0, /* quantifier_offset */
- offsetof(ScfEline, dfo),
+ offsetof(ScfEline, color),
NULL,
NULL,
0, /* flags */
9, /* field[9] = a */
12, /* field[12] = aconst */
2, /* field[2] = c_pins */
+ 4, /* field[4] = color */
5, /* field[5] = conns */
- 4, /* field[4] = dfo */
3, /* field[3] = flags */
0, /* field[0] = id */
10, /* field[10] = ja */
repeated uint64 pins = 2;
required uint64 c_pins = 3;
required uint64 flags = 4;
- required int64 dfo = 5;
+ required int64 color = 5;
repeated scf_econn conns = 6;
repeated scf_line lines = 7;