summaryrefslogtreecommitdiff
path: root/upb/msg.h
diff options
context:
space:
mode:
authorBo Yang <teboring@google.com>2018-03-06 23:59:58 +0000
committerBo Yang <teboring@google.com>2018-03-07 00:12:28 +0000
commitcafebf6beede670a10535809667ac9b9f3033091 (patch)
treebe9f5460fa96e5e8690f5230a779d64c74e6abd8 /upb/msg.h
parentbcb62b7fbfb0c959f7d3671b40c1b7efbb3a4156 (diff)
For encoding upb needs descriptor type instead of type.
Diffstat (limited to 'upb/msg.h')
-rw-r--r--upb/msg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/upb/msg.h b/upb/msg.h
index 3579a3f..e875f6e 100644
--- a/upb/msg.h
+++ b/upb/msg.h
@@ -396,7 +396,7 @@ typedef struct {
uint16_t hasbit; /* UPB_NO_HASBIT if no hasbit. */
uint16_t oneof_index; /* UPB_NOT_IN_ONEOF if not in a oneof. */
uint16_t submsg_index; /* UPB_NO_SUBMSG if no submsg. */
- uint8_t type;
+ uint8_t descriptortype;
uint8_t label;
} upb_msglayout_fieldinit_v1;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback