summaryrefslogtreecommitdiff
path: root/upb/structs.int.h
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2018-08-21 14:18:53 -0700
committerGitHub <noreply@github.com>2018-08-21 14:18:53 -0700
commite3eae33fb5840dbec3c2bc9109fa164f6066baa8 (patch)
tree34690021d5688e2b9cd75982a0d1de2451f042d2 /upb/structs.int.h
parentb0a6602fc8fddf71ac959d43b4cd82707e6235b9 (diff)
parent636b25be8d2744bc5fe41b44d36580460aa7b611 (diff)
Merge pull request #114 from haberman/arenaonly
Enforced that upb_msg lives in an Arena only, and other simplifying.
Diffstat (limited to 'upb/structs.int.h')
-rw-r--r--upb/structs.int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/upb/structs.int.h b/upb/structs.int.h
index 242155b..6bc502e 100644
--- a/upb/structs.int.h
+++ b/upb/structs.int.h
@@ -11,7 +11,7 @@ struct upb_array {
void *data; /* Each element is element_size. */
size_t len; /* Measured in elements. */
size_t size; /* Measured in elements. */
- upb_alloc *alloc;
+ upb_arena *arena;
};
#endif /* UPB_STRUCTS_H_ */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback