summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2011-05-21 15:50:08 -0700
committerJoshua Haberman <joshua@reverberate.org>2011-05-21 15:50:08 -0700
commit2ccebb74c309c7ea4c4589b35893cdd6c996ac4b (patch)
treea0322e3ea1aefa9bc36a10a18ad38b81879e7f52 /benchmarks
parent0941664215ed7fa4a8d53b6387d50c56df6757d0 (diff)
Add proof-of-concept C++ wrapper header.
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/parsestream.upb_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/parsestream.upb_table.c b/benchmarks/parsestream.upb_table.c
index 00eb1bb..089d956 100644
--- a/benchmarks/parsestream.upb_table.c
+++ b/benchmarks/parsestream.upb_table.c
@@ -63,7 +63,7 @@ static bool initialize()
upb_handlers_init(&handlers);
// Cause all messages to be read, but do nothing when they are.
- upb_handlerset hset = {NULL, NULL, value, startsubmsg, NULL};
+ upb_handlerset hset = {NULL, NULL, value, startsubmsg, NULL, NULL, NULL};
upb_handlers_reghandlerset(&handlers, def, &hset);
upb_decoder_init(&decoder, &handlers);
upb_stringsrc_init(&stringsrc);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback