summaryrefslogtreecommitdiff
path: root/benchmarks/parsetostruct.upb_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/parsetostruct.upb_table.c')
-rw-r--r--benchmarks/parsetostruct.upb_table.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/parsetostruct.upb_table.c b/benchmarks/parsetostruct.upb_table.c
index 397f964..10d1481 100644
--- a/benchmarks/parsetostruct.upb_table.c
+++ b/benchmarks/parsetostruct.upb_table.c
@@ -53,8 +53,8 @@ static bool initialize()
msg = upb_msg_new(def);
upb_stringsrc_init(&strsrc);
- upb_handlers_init(&h, def);
- upb_msg_regdhandlers(&h);
+ upb_handlers_init(&h);
+ upb_msg_reghandlers(&h, def);
upb_decoder_init(&d, &h);
if (!BYREF) {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback