summaryrefslogtreecommitdiff
path: root/upb/def.h
diff options
context:
space:
mode:
Diffstat (limited to 'upb/def.h')
-rw-r--r--upb/def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/upb/def.h b/upb/def.h
index 66d3c70..86f84ce 100644
--- a/upb/def.h
+++ b/upb/def.h
@@ -93,6 +93,8 @@ typedef struct _upb_fielddef {
upb_value defaultval; // Only meaningful for non-repeated scalars and strings.
upb_value fval;
struct _upb_accessor_vtbl *accessor;
+ const void *default_ptr;
+ const void *prototype;
} upb_fielddef;
upb_fielddef *upb_fielddef_new(void);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback